llvm-svn: 12445
This commit is contained in:
Chris Lattner 2004-03-16 21:10:15 +00:00
parent a0fb904d18
commit 618c3990c7
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ int %test() {
br bool true, label %LoopHead, label %LoopHead
LoopHead:
%A = phi int [0, %0], [0, %0], [%B, %LoopHead]
%A = phi int [7, %0], [7, %0], [%B, %LoopHead]
%B = add int %A, 1
br bool false, label %LoopHead, label %Out
Out: