From: Chris Lattner Date: Wed, 24 May 2006 20:52:08 +0000 (+0000) Subject: Update testcase with recent cbe change X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c98deeb887502ab497b8829785b93c601e4e0800;p=oota-llvm.git Update testcase with recent cbe change git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28455 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/CBackend/2004-11-13-FunctionPointerCast.llx b/test/CodeGen/CBackend/2004-11-13-FunctionPointerCast.llx index 2f02e653ed9..8af996c2bc8 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