Fix pointer info on PPC byval stores
[oota-llvm.git] / test / Transforms / InstCombine / 2004-09-20-BadLoadCombine2.ll
index 3585659452b8f0287bc9edfda664832879d595a0..0d5fc810a8ae1b3ca95ac37941a07c93fe4b7d9d 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | opt -instcombine -mem2reg -simplifycfg | \
-; RUN:   llvm-dis | grep -v store | not grep {int 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.