Change grep '' to grep {}.
[oota-llvm.git] / test / Analysis / ScalarEvolution / 2007-07-15-NegativeStride.ll
index ef5cd2f8a32aa18e5a55b0985506f078cf408c9d..056368f9195287d29800b03a3a5177ad3564dbb4 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -analyze -scalar-evolution 2>&1 | grep "Loop bb:  100 iterations"
+; RUN: llvm-as < %s | opt -analyze -scalar-evolution |& grep {Loop bb:  100 iterations}
 ; PR1533
 
 @array = weak global [101 x i32] zeroinitializer, align 32             ; <[100 x i32]*> [#uses=1]