Update testcase with recent cbe change

llvm-svn: 28455
This commit is contained in:
Chris Lattner 2006-05-24 20:52:08 +00:00
parent 1a8e74d113
commit ea03ef1624
1 changed files with 1 additions and 1 deletions

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