Update testcase with recent cbe change
authorChris Lattner <sabre@nondot.org>
Wed, 24 May 2006 20:52:08 +0000 (20:52 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 24 May 2006 20:52:08 +0000 (20:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28455 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/CBackend/2004-11-13-FunctionPointerCast.llx

index 2f02e653ed90b733285cf8b2203b567e1097e1d1..8af996c2bc8487d62a6ef659810b9e8c61e1d8ba 100644 (file)
@@ -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