[SLP] Re-enable vectorization of GEP expressions (re-apply r210342 with a fix).
[oota-llvm.git] / test / Verifier / PhiGrouping.ll
index dc529dced3657cd172d811ad82b8a3de2742d46d..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