[PowerPC] Clean up -mattr=+vsx tests to always specify -mcpu
[oota-llvm.git] / test / CodeGen / PowerPC / fnabs.ll
index 0e5c7a7c417c93212f6cf83121d5cafa6fe5d21d..fc6a04e0094128d9f4f61e2ed2ee719dec7b265e 100644 (file)
@@ -1,5 +1,4 @@
 ; RUN: llc < %s -mattr=-vsx -march=ppc32 | grep fnabs
-; RUN: llc < %s -mattr=+vsx -march=ppc32 | grep xsnabsdp
 
 declare double @fabs(double)