Change all checks regarding the presence of any SSE level to always
[oota-llvm.git] / test / CodeGen / X86 / avx-basic.ll
index edbdc06a1c94be3d929c2d09fac2211fe1f19505..0a46b0828a8cbc6ecbaaa78bdf7e7e752abb5ecf 100644 (file)
@@ -6,7 +6,7 @@
 
 define void @zero128() nounwind ssp {
 entry:
-  ; CHECK: vxorps
+  ; CHECK: vpxor
   ; CHECK: vmovaps
   store <4 x float> zeroinitializer, <4 x float>* @z, align 16
   ret void