[llvm-commits] CVS: llvm/test/Regression/CodeGen/CBackend/2003-06-28-InvokeSupport.ll

Chris Lattner sabre at nondot.org
Sat Dec 16 12:27:58 PST 2006



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
 }






More information about the llvm-commits mailing list