aboutsummaryrefslogtreecommitdiff
path: root/tests/cases
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-12-19 12:16:38 -0800
committerAlon Zakai <alonzakai@gmail.com>2013-12-19 12:16:38 -0800
commit970cd15cd79a538b2dc404a16bfa2745915f6b17 (patch)
treef732d395ab9f542400479d02d7d4e4f50826bd74 /tests/cases
parent8eb8c6bf8f0250e90b8761c5cecefdf749c7b4c1 (diff)
fix tests/cases/phientryimplicit.ll
Diffstat (limited to 'tests/cases')
-rw-r--r--tests/cases/phientryimplicit.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cases/phientryimplicit.ll b/tests/cases/phientryimplicit.ll
index b7b17add..c237457c 100644
--- a/tests/cases/phientryimplicit.ll
+++ b/tests/cases/phientryimplicit.ll
@@ -17,7 +17,7 @@ L17:
br label %L26
L26:
- %a27 = phi i1 [ false, %1 ], [ %25, %L17 ] ; [#uses=1 type=i1]
+ %a27 = phi i1 [ false, %1 ], [ %a25, %L17 ] ; [#uses=1 type=i1]
store i32 0, i32* %retval
%call = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([15 x i8]* @.str, i32 0, i32 0)) ; [#uses=0 type=i32]
%cal2 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([15 x i8]* @.str, i32 0, i32 0), i1 %a27) ; make sure %27 is used
@@ -34,7 +34,7 @@ L17:
br label %L26
L26:
- %a27 = phi i1 [ false, %0 ], [ %25, %L17 ] ; [#uses=1 type=i1]
+ %a27 = phi i1 [ false, %0 ], [ %a25, %L17 ] ; [#uses=1 type=i1]
store i32 0, i32* %retval
%call = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([15 x i8]* @.str, i32 0, i32 0)) ; [#uses=0 type=i32]
%cal2 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([15 x i8]* @.str, i32 0, i32 0), i1 %a27) ; make sure %27 is used