From: Chris Lattner Date: Sun, 5 Aug 2007 18:48:18 +0000 (+0000) Subject: allow this to pass on ppc hosts. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=3038778c1e40347c20cd916cb1a4d28aab04264f;p=oota-llvm.git allow this to pass on ppc hosts. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40846 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/fsxor-alignment.ll b/test/CodeGen/X86/fsxor-alignment.ll index bb55e4466f8..0e834d6db16 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