summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sse3.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-15 17:35:05 +0000
committerChris Lattner <sabre@nondot.org>2009-08-15 17:35:05 +0000
commitd04fee1e2b046396073621a6d7469425d053cbe3 (patch)
tree42e52730b732f952e08025223420902351720000 /test/CodeGen/X86/sse3.ll
parentd8d7335f79199a7b36f08f15331e5a24b0301d74 (diff)
downloadllvm-d04fee1e2b046396073621a6d7469425d053cbe3.tar.gz
llvm-d04fee1e2b046396073621a6d7469425d053cbe3.tar.bz2
llvm-d04fee1e2b046396073621a6d7469425d053cbe3.tar.xz
specify a target triple so global variable manglings are consistent etc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79118 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/sse3.ll')
-rw-r--r--test/CodeGen/X86/sse3.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/sse3.ll b/test/CodeGen/X86/sse3.ll
index 013bdbb86d..8732579769 100644
--- a/test/CodeGen/X86/sse3.ll
+++ b/test/CodeGen/X86/sse3.ll
@@ -1,6 +1,7 @@
; These are tests for SSE3 codegen. Yonah has SSE3 and earlier but not SSSE3+.
-; RUN: llvm-as < %s | llc -march=x86-64 -mcpu=yonah | FileCheck %s --check-prefix=X64
+; RUN: llvm-as < %s | llc -march=x86-64 -mcpu=yonah -mtriple=i686-apple-darwin9\
+; RUN: | FileCheck %s --check-prefix=X64
; Test for v8xi16 lowering where we extract the first element of the vector and
; placed it in the second element of the result.