[RS4GC] Fix base pair printing for constants.
[oota-llvm.git] / test / Transforms / TailCallElim / dup_tail.ll
index 42ac2f9dc4b9618449975153dc600099a9a84a8e..f5b87f27644d52fc46ad67f46dc5bfe701955d09 100644 (file)
@@ -1,5 +1,8 @@
+; REQUIRES: asserts
 ; Duplicate the return into if.end to enable TCE.
-; RUN: opt %s -tailcallelim -stats -disable-output 2>&1 | grep "Number of return duplicated"
+; RUN: opt -tailcallelim -stats -disable-output < %s 2>&1 | FileCheck %s
+
+; CHECK: Number of return duplicated
 
 define i32 @fib(i32 %n) nounwind ssp {
 entry: