Author: lattner
Date: Sun Aug 5 13:48:18 2007
New Revision: 40846
URL: http://llvm.org/viewvc/llvm-project?rev=40846&view=rev
Log:
allow this to pass on ppc hosts.
Modified:
llvm/trunk/test/CodeGen/X86/fsxor-alignment.ll
Modified: llvm/trunk/test/CodeGen/X86/fsxor-alignment.ll
URL:
http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fsxor-alignment.ll?rev=40846&r1=40845&r2=40846&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/fsxor-alignment.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fsxor-alignment.ll Sun Aug 5 13:48:18 2007
@@ -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
_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits