aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-05-24 20:52:08 +0000
committerChris Lattner <sabre@nondot.org>2006-05-24 20:52:08 +0000
commitc98deeb887502ab497b8829785b93c601e4e0800 (patch)
tree9e0c6dc2d1a30008aed4c8c560a5daf26a7fb96d
parentafe358e7d46da9d29ba02fbbf81bdfb4ac4a4520 (diff)
Update testcase with recent cbe change
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28455 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/CBackend/2004-11-13-FunctionPointerCast.llx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/CBackend/2004-11-13-FunctionPointerCast.llx b/test/CodeGen/CBackend/2004-11-13-FunctionPointerCast.llx
index 2f02e653ed..8af996c2bc 100644
--- a/test/CodeGen/CBackend/2004-11-13-FunctionPointerCast.llx
+++ b/test/CodeGen/CBackend/2004-11-13-FunctionPointerCast.llx
@@ -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