[PowerPC] Clean up -mattr=+vsx tests to always specify -mcpu
[oota-llvm.git] / test / CodeGen / PowerPC / fp-branch.ll
index 926bb8eb1c3d120ed20c756125092be86b7d387e..f5857563745b64c4290774e224cff9b17eed2a39 100644 (file)
@@ -1,5 +1,4 @@
 ; RUN: llc < %s -mattr=-vsx -march=ppc32 | grep fcmp | count 1
-; RUN: llc < %s -mattr=+vsx -march=ppc32 | grep xscmpudp | count 1
 
 declare i1 @llvm.isunordered.f64(double, double)