Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / vec_insert-9.ll
index e5a7ccc5ef94f0fe54d49b49b5fe841bfa805d4a..5f2e676ef1ae8685798adaa4cbe6718e176ec514 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -mattr=+sse41 > %t
+; RUN: llc < %s -march=x86 -mattr=+sse4.1 > %t
 ; RUN: grep pinsrd %t | count 1
 
 define <4 x i32> @var_insert2(<4 x i32> %x, i32 %val, i32 %idx) nounwind  {