FileCheckize a bunch of tests.
[oota-llvm.git] / test / Analysis / RegionInfo / infinite_loop_3.ll
index 74ceafb84955ed6cc5d0b7de431534463f8f66e2..4538f0f7858787a821043bc1934e88b56b1f91c0 100644 (file)
@@ -1,8 +1,9 @@
+; REQUIRES: asserts
 ; RUN: opt -regions -analyze < %s 
-; RUN: opt -regions -stats < %s |& FileCheck -check-prefix=STAT %s
+; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
 
-; RUN: opt -regions -print-region-style=bb  -analyze < %s |& FileCheck -check-prefix=BBIT %s
-; RUN: opt -regions -print-region-style=rn  -analyze < %s |& FileCheck -check-prefix=RNIT %s
+; RUN: opt -regions -print-region-style=bb  -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
+; RUN: opt -regions -print-region-style=rn  -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s
 
 define void @normal_condition() nounwind {
 0: