From 3038778c1e40347c20cd916cb1a4d28aab04264f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 5 Aug 2007 18:48:18 +0000 Subject: [PATCH] allow this to pass on ppc hosts. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40846 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/fsxor-alignment.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1