Recommit LiveDebugValues pass after fixing a couple of minor issues.
[oota-llvm.git] / test / Verifier / AmbiguousPhi.ll
index 58d8bdd3c64f23f66c21a88e723936f3afbbeca7..cb05a728262920ce82bcafde1761e475c44db02f 100644 (file)
@@ -1,6 +1,5 @@
-; RUN: not llvm-as < %s |& grep "multiple entries for the same basic block"
-
-
+; RUN: not llvm-as < %s 2>&1 | FileCheck %s
+; CHECK: multiple entries for the same basic block
 
 define i32 @test(i32 %i, i32 %j, i1 %c) {
        br i1 %c, label %A, label %A