Test both input file orders.
[oota-llvm.git] / test / Verifier / PhiGrouping.ll
index 7b42fd28e3d878e57bd1474a7d0f31902b4fa9b5..291f0848cb2b11bc0908c0f38e3cf0c4a64b0260 100644 (file)
@@ -1,6 +1,5 @@
-; RUN: not llvm-as < %s 2>&1 | grep "PHI nodes not grouped at top"
-
-
+; RUN: not llvm-as < %s 2>&1 | FileCheck %s
+; CHECK: PHI nodes not grouped at top
 
 define i32 @test(i32 %i, i32 %j, i1 %c) {
        br i1 %c, label %A, label %B