Convert a few tests to FileCheck. NFC.
[oota-llvm.git] / test / CodeGen / ARM / 2007-05-09-tailmerge-2.ll
index 48941162c81c200e495445270c81bf817e2820e7..37e41ecc4b1e739278a96ef875f52dcc66c18d72 100644 (file)
@@ -1,6 +1,11 @@
-; RUN: llc < %s -march=arm -enable-tail-merge | grep bl.*baz | count 1
-; RUN: llc < %s -march=arm -enable-tail-merge | grep bl.*quux | count 1
+; RUN: llc < %s -march=arm  | FileCheck %s
+
 ; Check that calls to baz and quux are tail-merged.
+; CHECK: bl _baz
+; CHECK-NOT: bl _baz
+; CHECK: bl _quux
+; CHECK-NOT: bl _quux
+
 ; PR1628
 
 ; ModuleID = 'tail.c'