forked from OSchip/llvm-project
This test is meant for X86 CPU which does not support SSE2.
llvm-svn: 32072
This commit is contained in:
parent
845bd6e096
commit
80361a9297
|
@ -1,4 +1,4 @@
|
|||
; RUN: llvm-as < %s | llc -march=x86
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mcpu=generic
|
||||
; Make sure LLC doesn't crash in the stackifier due to FP PHI nodes.
|
||||
|
||||
void %radfg_() {
|
||||
|
|
Loading…
Reference in New Issue