Fix test.
authorEvan Cheng <evan.cheng@apple.com>
Wed, 9 Dec 2009 22:24:42 +0000 (22:24 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 9 Dec 2009 22:24:42 +0000 (22:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90988 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/splat-scalar-load.ll

index 6c93efab7044103c564a075d15d54ea60485eae1..32d3ab661d18e5088309f78d9773e39d1e42c4af 100644 (file)
@@ -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 {