aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-08-05 18:48:18 +0000
committerChris Lattner <sabre@nondot.org>2007-08-05 18:48:18 +0000
commitea56248025b558d3b14e5c62400a9c6f2665d6c6 (patch)
treef88ef606d33c804e8d991030c868992279fa4a1e
parentd78c639086eb0770a37eae8cf820aa1bc28ca8d4 (diff)
downloadexternal_llvm-ea56248025b558d3b14e5c62400a9c6f2665d6c6.tar.gz
external_llvm-ea56248025b558d3b14e5c62400a9c6f2665d6c6.tar.bz2
external_llvm-ea56248025b558d3b14e5c62400a9c6f2665d6c6.zip
allow this to pass on ppc hosts.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40846 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/fsxor-alignment.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fsxor-alignment.ll b/test/CodeGen/X86/fsxor-alignment.ll
index bb55e4466f..0e834d6db1 100644
--- a/test/CodeGen/X86/fsxor-alignment.ll
+++ b/test/CodeGen/X86/fsxor-alignment.ll
@@ -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