AMDGPU/SI: Test commit
[oota-llvm.git] / test / Verifier / PhiGrouping.ll
index 0b677f2301c52fffeb9f17f82a162f61d0ccf481..291f0848cb2b11bc0908c0f38e3cf0c4a64b0260 100644 (file)
@@ -1,6 +1,5 @@
-; RUN: not llvm-as < %s |& 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