Fix test failure on non-Apple systems.
authorEvan Cheng <evan.cheng@apple.com>
Wed, 12 Jul 2006 06:48:47 +0000 (06:48 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 12 Jul 2006 06:48:47 +0000 (06:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29116 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/vec_shuffle-6.ll

index c1f7130621da478b8e8774d50b341d0d2d0c8a1c..dba690b86039a04f026ff32c224684f58bfc9565 100644 (file)
@@ -2,6 +2,8 @@
 ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep movaps | wc -l | grep 1
 ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep movups | wc -l | grep 2
 
+target triple = "i686-apple-darwin"
+
 %x = global [4 x int] [ int 1, int 2, int 3, int 4 ]
 
 <2 x long> %test1() {