aboutsummaryrefslogtreecommitdiffstats
path: root/test/Integer/indirectcall_bt.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Integer/indirectcall_bt.ll')
-rw-r--r--test/Integer/indirectcall_bt.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/Integer/indirectcall_bt.ll b/test/Integer/indirectcall_bt.ll
index 747b39d..67cff4e 100644
--- a/test/Integer/indirectcall_bt.ll
+++ b/test/Integer/indirectcall_bt.ll
@@ -8,8 +8,8 @@ declare i32 @"atoi"(i8 *)
define i63 @"fib"(i63 %n)
begin
- icmp ult i63 %n, 2 ; {i1}:0
- br i1 %0, label %BaseCase, label %RecurseCase
+ icmp ult i63 %n, 2 ; {i1}:1
+ br i1 %1, label %BaseCase, label %RecurseCase
BaseCase:
ret i63 1
@@ -25,8 +25,8 @@ end
define i63 @"realmain"(i32 %argc, i8 ** %argv)
begin
- icmp eq i32 %argc, 2 ; {i1}:0
- br i1 %0, label %HasArg, label %Continue
+ icmp eq i32 %argc, 2 ; {i1}:1
+ br i1 %1, label %HasArg, label %Continue
HasArg:
; %n1 = atoi(argv[1])
%n1 = add i32 1, 1