Try again to revert the bad patch. The tree was reverted for some unknown reason
[oota-llvm.git] / test / CodeGen / PowerPC / fabs.ll
index 54e49b009ace8772192b96041c333d2102cdc9b4..ddcce745084a2c74882590abb62a1f18f3f89e2b 100644 (file)
@@ -1,7 +1,7 @@
-; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin | grep {fabs f1, f1}
+; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin | grep "fabs f1, f1"
 
 define double @fabs(double %f) {
 entry:
-       %tmp2 = tail call double @fabs( double %f )             ; <double> [#uses=1]
+       %tmp2 = tail call double @fabs( double %f ) readnone    ; <double> [#uses=1]
        ret double %tmp2
 }