Make sse2 explicit, for non-x86 hosts.
authorDale Johannesen <dalej@apple.com>
Thu, 31 Jul 2008 20:16:33 +0000 (20:16 +0000)
committerDale Johannesen <dalej@apple.com>
Thu, 31 Jul 2008 20:16:33 +0000 (20:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54251 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2008-07-19-movups-spills.ll

index 913c6755227e8892404a752bc41356cfdfa19a21..ef5c7c50f66ee1703a4d3bca6b8f0a59b685bae6 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -mtriple=i686-pc-linux -realign-stack=1 | grep movaps | count 76
-; RUN: llvm-as < %s | llc -mtriple=i686-pc-linux -realign-stack=0 | grep movaps | count 1
+; RUN: llvm-as < %s | llc -mtriple=i686-pc-linux -realign-stack=1 -mattr=sse2 | grep movaps | count 76
+; RUN: llvm-as < %s | llc -mtriple=i686-pc-linux -realign-stack=0 -mattr=sse2 | grep movaps | count 1
 ; PR2539
 
 external global <4 x float>, align 1           ; <<4 x float>*>:0 [#uses=2]