[SystemZ] Add test missing from r186148
[oota-llvm.git] / test / Transforms / InstCombine / 2004-09-20-BadLoadCombine.ll
index 48a440f994c38c50f50d1a48a1f2c00e01134358..d17db8d7eac2083e54bb4072498d88a05fa36f26 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt %s -instcombine -mem2reg -S | \
-; RUN:   not grep {i32 1}
+; RUN: opt %s -instcombine -mem2reg -S | \
+; RUN:   not grep "i32 1"
 
 ; When propagating the load through the select, make sure that the load is
 ; inserted where the original load was, not where the select is.  Not doing