Add mcpu to tests to prevent them from using AVX instructions on Sandy Bridge after...
[oota-llvm.git] / test / CodeGen / X86 / splat-scalar-load.ll
index 81a072fb396a73222a5f80f1ce623853c8a73c09..980f18c8b9115aefa6eeed8b1f019b3e637ef076 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=i386-apple-darwin -mattr=+sse2 | FileCheck %s
+; RUN: llc < %s -mtriple=i386-apple-darwin -mattr=+sse2 -mcpu=nehalem | FileCheck %s
 ; rdar://7434544
 
 define <2 x i64> @t2() nounwind {