diff options
author | Camil Staps | 2021-01-07 21:52:21 +0100 |
---|---|---|
committer | Camil Staps | 2021-01-07 21:54:50 +0100 |
commit | c6d632ea339d20ccba169088c389ecf9ee0aa25c (patch) | |
tree | 4da154f0b26b0fe7644d554e86d9821e206879a2 /fib_ltI.ll | |
parent | Add heap pointer (diff) |
Add version of nfib without strictness analysis
Diffstat (limited to 'fib_ltI.ll')
-rw-r--r-- | fib_ltI.ll | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ define private i64 @_s2(i64 %arg, i64** %globasp) { } define i64 @main() { - %heap = bitcast [10000 x i64]* @heap to i64* + %heap = bitcast [100000000 x i64]* @heap to i64* %astack = bitcast [10000 x i64*]* @astack to i64** %r = call i64 @_s2(i64 43, i64** %astack) |