forked from OSchip/llvm-project
parent
1a8e74d113
commit
ea03ef1624
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue