diff options
Diffstat (limited to 'fib_eqI_b.ll')
-rw-r--r-- | fib_eqI_b.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fib_eqI_b.ll b/fib_eqI_b.ll index 58be88a..12a3c95 100644 --- a/fib_eqI_b.ll +++ b/fib_eqI_b.ll @@ -133,8 +133,8 @@ case.3: } define i64 @main() { - %hp.0 = bitcast [100000000 x i64]* @heap to i64* - %astack = bitcast [10000 x i64*]* @astack to i64** + %hp.0 = call i64* @_alloc_heap(i64 10000) + %astack = call i64** @_alloc_a_stack(i64 10000) %n.0 = getelementptr i64, i64* %hp.0 %INT.0 = ptrtoint {i64, i64, i64*, i64, i8, i8, i8}* @INT to i64 |