Second part of pr16069
[oota-llvm.git] / test / Transforms / LoopStrengthReduce / dont-hoist-simple-loop-constants.ll
index 4136486fef45189fa008d70e25a8c3a4352bad45..f7a82f6616d2055b7e54563688ac3f765d0478d0 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: opt < %s -loop-reduce -S | \
-; RUN:   not grep {bitcast i32 1 to i32}
+; RUN:   not grep "bitcast i32 1 to i32"
 ; END.
 ; The setlt wants to use a value that is incremented one more than the dominant
 ; IV.  Don't insert the 1 outside the loop, preventing folding it into the add.