From: Evan Cheng Date: Wed, 9 Dec 2009 22:24:42 +0000 (+0000) Subject: Fix test. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ce72f3fbdf369240b7790ee77c4f7cb2e6a9a024;p=oota-llvm.git Fix test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90988 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/splat-scalar-load.ll b/test/CodeGen/X86/splat-scalar-load.ll index 6c93efab704..32d3ab661d1 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 {