Fix one more broken testcase

llvm-svn: 32631
This commit is contained in:
Chris Lattner 2006-12-16 20:27:43 +00:00
parent 360a14be02
commit cbc280f559
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ int %test(int %X) {
%A = invoke int %callee(int %X, int 5) to label %Ok except label %Threw
Ok:
%B = phi int [%A, %0], [-1, %Threw]
ret int %A
ret int %B
Threw:
br label %Ok
}