Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / vec_set-5.ll
index 687d6afca4f4d6689c27d3ab3d065355769b7ce4..f811a7404a273037543caeb64305ed076c1dddca 100644 (file)
@@ -1,8 +1,6 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -o %t -f
+; RUN: llc < %s -march=x86 -mattr=+sse2 -o %t
 ; RUN: grep movlhps   %t | count 1
-; RUN: grep unpcklps  %t | count 1
-; RUN: grep punpckldq %t | count 1
-; RUN: grep movq      %t | count 1
+; RUN: grep movq      %t | count 2
 
 define <4 x float> @test1(float %a, float %b) nounwind {
        %tmp = insertelement <4 x float> zeroinitializer, float %a, i32 0               ; <<4 x float>> [#uses=1]