X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FVerifier%2FPhiGrouping.ll;h=7b42fd28e3d878e57bd1474a7d0f31902b4fa9b5;hb=4ee0808d9f1c7d64b0b304e610ce0fb496dd3279;hp=dc529dced3657cd172d811ad82b8a3de2742d46d;hpb=3f63785cc6a89e251855a8dad4fa7b1f2ea189cd;p=oota-llvm.git diff --git a/test/Verifier/PhiGrouping.ll b/test/Verifier/PhiGrouping.ll index dc529dced36..7b42fd28e3d 100644 --- a/test/Verifier/PhiGrouping.ll +++ b/test/Verifier/PhiGrouping.ll @@ -1,4 +1,4 @@ -; RUN: not llvm-as < %s |& grep {PHI nodes not grouped at top} +; RUN: not llvm-as < %s 2>&1 | grep "PHI nodes not grouped at top"