X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FVerifier%2FAmbiguousPhi.ll;h=cb05a728262920ce82bcafde1761e475c44db02f;hb=b1415e7ebadc135ddad990a19d30aed8757587da;hp=58d8bdd3c64f23f66c21a88e723936f3afbbeca7;hpb=4177e6fff50552908bab510f1e896fa974a6f155;p=oota-llvm.git diff --git a/test/Verifier/AmbiguousPhi.ll b/test/Verifier/AmbiguousPhi.ll index 58d8bdd3c64..cb05a728262 100644 --- a/test/Verifier/AmbiguousPhi.ll +++ b/test/Verifier/AmbiguousPhi.ll @@ -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