1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

allow this to pass on ppc hosts.

llvm-svn: 40846
This commit is contained in:
Chris Lattner 2007-08-05 18:48:18 +00:00
parent bc90e7255f
commit f2a88ac82d

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse -enable-unsafe-fp-math | \
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -enable-unsafe-fp-math | \
; RUN: grep -v sp | grep xorps | wc -l | grep 2
; Don't fold the incoming stack arguments into the xorps instructions used