diff options
Diffstat (limited to 'test/CodeGen/X86/vec_insert-9.ll')
-rw-r--r-- | test/CodeGen/X86/vec_insert-9.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_insert-9.ll b/test/CodeGen/X86/vec_insert-9.ll index e5a7ccc..5f2e676 100644 --- a/test/CodeGen/X86/vec_insert-9.ll +++ b/test/CodeGen/X86/vec_insert-9.ll @@ -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 { |