Convert a few tests to FileCheck for PR5307.
[oota-llvm.git] / test / CodeGen / ARM / fptoint.ll
index 4cacc5de7eec1b603d345d0a1b786698668facbd..f4906ff10735d7c177fe169d914fdbd6cbf90d51 100644 (file)
@@ -1,5 +1,4 @@
-; RUN: llc < %s -march=arm -mattr=+v6,+vfp2 | grep -E {vmov\\W*r\[0-9\]+,\\W*s\[0-9\]+} | count 1
-; RUN: llc < %s -march=arm -mattr=+v6,+vfp2 | not grep fmrrd
+; RUN: llc < %s -march=arm -mattr=+v6,+vfp2 | FileCheck %s
 
 @i = weak global i32 0         ; <i32*> [#uses=2]
 @u = weak global i32 0         ; <i32*> [#uses=2]
@@ -45,3 +44,7 @@ define void @foo9(double %x) {
        store i16 %tmp, i16* null
        ret void
 }
+
+; CHECK: vmov  d0, r0, r1
+; CHECK-NOT: fmrrd
+