Fix test on non-x86 platforms.
authorNick Lewycky <nicholas@mxc.ca>
Sat, 4 Apr 2009 07:20:43 +0000 (07:20 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 4 Apr 2009 07:20:43 +0000 (07:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68419 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/dagcombine-buildvector.ll

index 46c1e65db414d638dee94294f3ed8bc2a0f2e0e6..2a4e54fbccf6f08fff7007137523beaee3452734 100644 (file)
@@ -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