[x86] Add a reassociation optimization to increase ILP via the MachineCombiner pass
[oota-llvm.git] / test / CodeGen / X86 / 2011-10-19-widen_vselect.ll
index da3c3222826037130864ffde3b7e30202914c918..07dff9539cd0282f845c4c037e25ba7b31c28d31 100644 (file)
@@ -26,7 +26,7 @@ entry:
 }
 
 ; CHECK-LABEL: zero_test
-; CHECK: pxor %xmm0, %xmm0
+; CHECK: xorps %xmm0, %xmm0
 ; CHECK: ret
 
 define void @zero_test() {