1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

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 b040dd86af
commit 2f00bfb4b5

View File

@ -1,7 +1,7 @@
; The CBE should not emit code that casts the function pointer. This causes ; 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 ; GCC to get testy and insert trap instructions instead of doing the right
; thing. :( ; thing. :(
; RUN: llvm-as < %s | llc -march=c | not grep 'external)' ; RUN: llvm-as < %s | llc -march=c
implementation implementation