Fix some more failures by converting to FileCheck.
[oota-llvm.git] / test / CodeGen / ARM / arguments_f64_backfill.ll
index 690f488d8483d28c8c16514aa8061414ccef27d5..d8019a07fabf1451e36099eb7afe737370e5d597 100644 (file)
@@ -1,6 +1,7 @@
-; RUN: llc < %s -mtriple=arm-linux-gnueabi -mattr=+vfp2 -float-abi=hard | grep {fcpys s0, s1}
+; RUN: llc < %s -mtriple=arm-linux-gnueabi -mattr=+vfp2 -float-abi=hard | FileCheck %s
 
 define float @f(float %z, double %a, float %b) {
+; CHECK: fcpys s0, s1
         %tmp = call float @g(float %b)
         ret float %tmp
 }