diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-07-12 06:48:47 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-07-12 06:48:47 +0000 |
commit | b7f7128fb52b8eff492db9e0766b059d6504a17c (patch) | |
tree | febcf57f1a8abc7232f35f6b456434bd012098ff | |
parent | 21c39a65201e0f9ed98d399b45fb629fe12a728f (diff) |
Fix test failure on non-Apple systems.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29116 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/vec_shuffle-6.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/X86/vec_shuffle-6.ll b/test/CodeGen/X86/vec_shuffle-6.ll index c1f7130621..dba690b860 100644 --- a/test/CodeGen/X86/vec_shuffle-6.ll +++ b/test/CodeGen/X86/vec_shuffle-6.ll @@ -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() { |