aboutsummaryrefslogtreecommitdiff
path: root/tests/cases/longjmp_tiny_phi.ll
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-01-20 16:17:53 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-01-20 16:19:24 -0800
commit8db7402c6c2e7b15fe73ae54f271be0b4e4f4373 (patch)
tree44e4f61c3d87f51c2881b2c48f8292f1d9ec6746 /tests/cases/longjmp_tiny_phi.ll
parent544a0fd1282f2e0f39644877edf753463f406bee (diff)
updates and fixes for test_cases
Diffstat (limited to 'tests/cases/longjmp_tiny_phi.ll')
-rw-r--r--tests/cases/longjmp_tiny_phi.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cases/longjmp_tiny_phi.ll b/tests/cases/longjmp_tiny_phi.ll
index cced7cab..21b936dd 100644
--- a/tests/cases/longjmp_tiny_phi.ll
+++ b/tests/cases/longjmp_tiny_phi.ll
@@ -28,7 +28,7 @@ if.else: ; preds = %entry
br label %if.end
if.end: ; preds = %if.else, %if.then
- %aaa = phi i32 [ -1, %if.then ], [ 0, %if.else ], [ 1, %two ], [ 2, %entry ]
+ %aaa = phi i32 [ -1, %if.then ], [ 0, %if.else ]
%call3 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([6 x i8]* @.str2, i32 0, i32 0), i32 %aaa), !dbg !26
ret i32 %aaa, !dbg !28
}