diff options
-rw-r--r-- | tests/cases/phientryimplicit.ll | 4 |
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 |