Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / mmx-insert-element.ll
index 9f9bd8de2d6f4c8a825afb977d8368e3346c94e6..348dac8d4d5921cb1faa9755ab3620bd73234f0b 100644 (file)
@@ -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 {