aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/mmx-insert-element.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/mmx-insert-element.ll')
-rw-r--r--test/CodeGen/X86/mmx-insert-element.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/mmx-insert-element.ll b/test/CodeGen/X86/mmx-insert-element.ll
index 9f9bd8d..348dac8 100644
--- a/test/CodeGen/X86/mmx-insert-element.ll
+++ b/test/CodeGen/X86/mmx-insert-element.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=x86 -mattr=+mmx,+sse | grep movq
-; RUN: llc < %s -march=x86 -mattr=+mmx,+sse | grep pshufd
+; RUN: llc < %s -march=x86 -mattr=+mmx,+sse2 | grep movq
+; RUN: llc < %s -march=x86 -mattr=+mmx,+sse2 | grep pshufd
; This is not an MMX operation; promoted to XMM.
define x86_mmx @qux(i32 %A) nounwind {