Consolidate some of the lit tests.
[oota-llvm.git] / test / Transforms / ArgumentPromotion / control-flow.ll
index 48d3006324f44dfd3321147a10942a38822b0f24..e4a61da45cf359f2456d035c3f8a922894508dc0 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt %s -argpromotion -S | \
-; RUN:    not grep {load i32\* null}
+; RUN: opt %s -argpromotion -S | \
+; RUN:    not grep "load i32* null"
 
 define internal i32 @callee(i1 %C, i32* %P) {
         br i1 %C, label %T, label %F