diff options
author | Chris Lattner <sabre@nondot.org> | 2007-08-05 18:48:18 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-08-05 18:48:18 +0000 |
commit | 3038778c1e40347c20cd916cb1a4d28aab04264f (patch) | |
tree | f88ef606d33c804e8d991030c868992279fa4a1e | |
parent | e76fad2ceb19f975f29cd1fb110866a6d802d8a6 (diff) |
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.ll | 2 |
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 |