Update testcase with recent cbe change

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28455 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-05-24 20:52:08 +00:00
parent afe358e7d4
commit c98deeb887

View 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