summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/dagcombine-buildvector.ll
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-04-04 07:20:43 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-04-04 07:20:43 +0000
commit2cd1b777d7ba88dc4c4c072ec58dca9f96a8b4c2 (patch)
tree5472fed72c4368e8a74ff3f10f47edbca73462c2 /test/CodeGen/X86/dagcombine-buildvector.ll
parentb3e849cf151b4dde8b5a4931daa0bca188322eca (diff)
downloadllvm-2cd1b777d7ba88dc4c4c072ec58dca9f96a8b4c2.tar.gz
llvm-2cd1b777d7ba88dc4c4c072ec58dca9f96a8b4c2.tar.bz2
llvm-2cd1b777d7ba88dc4c4c072ec58dca9f96a8b4c2.tar.xz
Fix test on non-x86 platforms.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68419 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/dagcombine-buildvector.ll')
-rw-r--r--test/CodeGen/X86/dagcombine-buildvector.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/dagcombine-buildvector.ll b/test/CodeGen/X86/dagcombine-buildvector.ll
index 46c1e65db4..2a4e54fbcc 100644
--- a/test/CodeGen/X86/dagcombine-buildvector.ll
+++ b/test/CodeGen/X86/dagcombine-buildvector.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=sse -o %t -f
; RUN: grep unpcklpd %t | count 1
; RUN: grep movapd %t | count 1