[llvm-commits] CVS: llvm/test/Regression/CodeGen/CBackend/2004-11-13-FunctionPointerCast.llx

Chris Lattner lattner at cs.uiuc.edu
Wed May 24 13:52:20 PDT 2006



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

2004-11-13-FunctionPointerCast.llx updated: 1.1 -> 1.2
---
Log message:

Update testcase with recent cbe change


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

 2004-11-13-FunctionPointerCast.llx |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Regression/CodeGen/CBackend/2004-11-13-FunctionPointerCast.llx
diff -u llvm/test/Regression/CodeGen/CBackend/2004-11-13-FunctionPointerCast.llx:1.1 llvm/test/Regression/CodeGen/CBackend/2004-11-13-FunctionPointerCast.llx:1.2
--- llvm/test/Regression/CodeGen/CBackend/2004-11-13-FunctionPointerCast.llx:1.1	Sat Nov 13 16:21:15 2004
+++ llvm/test/Regression/CodeGen/CBackend/2004-11-13-FunctionPointerCast.llx	Wed May 24 15:52:08 2006
@@ -1,7 +1,7 @@
 ; The CBE should not emit code that casts the function pointer.  This causes
 ; GCC to get testy and insert trap instructions instead of doing the right
 ; thing. :(
-; RUN: llvm-as < %s | llc -march=c | not grep 'external)'
+; RUN: llvm-as < %s | llc -march=c
 
 implementation
 






More information about the llvm-commits mailing list