[llvm-commits] [llvm] r90988 - /llvm/trunk/test/CodeGen/X86/splat-scalar-load.ll
Evan Cheng
evan.cheng at apple.com
Wed Dec 9 14:24:42 PST 2009
Author: evancheng
Date: Wed Dec 9 16:24:42 2009
New Revision: 90988
URL: http://llvm.org/viewvc/llvm-project?rev=90988&view=rev
Log:
Fix test.
Modified:
llvm/trunk/test/CodeGen/X86/splat-scalar-load.ll
Modified: llvm/trunk/test/CodeGen/X86/splat-scalar-load.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/splat-scalar-load.ll?rev=90988&r1=90987&r2=90988&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/splat-scalar-load.ll (original)
+++ llvm/trunk/test/CodeGen/X86/splat-scalar-load.ll Wed Dec 9 16:24:42 2009
@@ -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 {
More information about the llvm-commits
mailing list