summaryrefslogtreecommitdiff
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.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Integer/indirectcall_bt.ll b/test/Integer/indirectcall_bt.ll
index 274dfc5a28..747b39d8d7 100644
--- a/test/Integer/indirectcall_bt.ll
+++ b/test/Integer/indirectcall_bt.ll
@@ -48,6 +48,6 @@ end
define i32 @"main"()
begin
%Result = call i63 @trampoline(i63 10, i63(i63) *@fib)
- %Result = trunc i63 %Result to i32
- ret i32 %Result
+ %Result2 = trunc i63 %Result to i32
+ ret i32 %Result2
end