Fix pointer info on PPC byval stores
[oota-llvm.git] / test / Transforms / InstCombine / 2004-09-20-BadLoadCombine2.ll
index d5783fd94e327baca9cc03762a673f148d571c3b..0d5fc810a8ae1b3ca95ac37941a07c93fe4b7d9d 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt %s -instcombine -mem2reg -simplifycfg | \
-; RUN:   llvm-dis | grep -v store | not grep {i32 1}
+; RUN: opt %s -instcombine -mem2reg -simplifycfg | \
+; RUN:   llvm-dis | grep -v store | not grep "i32 1"
 
 ; Test to make sure that instcombine does not accidentally propagate the load
 ; into the PHI, which would break the program.