aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-12-09 22:24:42 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-12-09 22:24:42 +0000
commitce72f3fbdf369240b7790ee77c4f7cb2e6a9a024 (patch)
tree01dff08a7c98e3d988f0da064071908999e81bc1 /test/CodeGen
parentc363094e04df621d41ca570eb2a7bf8826bb8c1a (diff)
Fix test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90988 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/X86/splat-scalar-load.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/splat-scalar-load.ll b/test/CodeGen/X86/splat-scalar-load.ll
index 6c93efab70..32d3ab661d 100644
--- a/test/CodeGen/X86/splat-scalar-load.ll
+++ b/test/CodeGen/X86/splat-scalar-load.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -mattr=+sse2 | FileCheck %s
+; RUN: llc < %s -mtriple=i386-apple-darwin -mattr=+sse2 | FileCheck %s
; rdar://7434544
define <2 x i64> @t1() nounwind ssp {