Changes in directory llvm/test/Regression/CodeGen/CBackend:

2003-06-28-InvokeSupport.ll updated: 1.3 -> 1.4
---
Log message:

Fix one more broken testcase


---
Diffs of the changes:  (+1 -1)

 2003-06-28-InvokeSupport.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Regression/CodeGen/CBackend/2003-06-28-InvokeSupport.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2003-06-28-InvokeSupport.ll:1.3 
llvm/test/Regression/CodeGen/CBackend/2003-06-28-InvokeSupport.ll:1.4
--- llvm/test/Regression/CodeGen/CBackend/2003-06-28-InvokeSupport.ll:1.3       
Fri Dec  1 22:23:08 2006
+++ llvm/test/Regression/CodeGen/CBackend/2003-06-28-InvokeSupport.ll   Sat Dec 
16 14:27:43 2006
@@ -8,7 +8,7 @@
        %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
 }



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to