aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2008-07-19-movups-spills.ll
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2008-07-31 20:16:33 +0000
committerDale Johannesen <dalej@apple.com>2008-07-31 20:16:33 +0000
commit3b4c45203e35098b39d2e32134cac5679fe41018 (patch)
tree3d4b8d3033cb80a40d4410c181887f2ec825e86b /test/CodeGen/X86/2008-07-19-movups-spills.ll
parent7bd7182e21dfbbb163802db0068b994de1def7da (diff)
downloadexternal_llvm-3b4c45203e35098b39d2e32134cac5679fe41018.zip
external_llvm-3b4c45203e35098b39d2e32134cac5679fe41018.tar.gz
external_llvm-3b4c45203e35098b39d2e32134cac5679fe41018.tar.bz2
Make sse2 explicit, for non-x86 hosts.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54251 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2008-07-19-movups-spills.ll')
-rw-r--r--test/CodeGen/X86/2008-07-19-movups-spills.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2008-07-19-movups-spills.ll b/test/CodeGen/X86/2008-07-19-movups-spills.ll
index 913c675..ef5c7c5 100644
--- a/test/CodeGen/X86/2008-07-19-movups-spills.ll
+++ b/test/CodeGen/X86/2008-07-19-movups-spills.ll
@@ -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]