InstCombine: Don't assume that m_ZExt matches an Instruction
[oota-llvm.git] / test / Transforms / InstCombine / 2007-02-01-LoadSinkAlloca.ll
index 78c5e3d364f86b3d1f75fa1320af7079a1a1c3ea..e2bebecded5289edfc79aac3c9c467ee1fbf948f 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: opt %s -instcombine -mem2reg -S | grep {%A = alloca} 
-; RUN: opt %s -instcombine -mem2reg -S | \
-; RUN:    not grep {%B = alloca}
+; RUN: opt < %s -instcombine -mem2reg -S | grep "%A = alloca" 
+; RUN: opt %s -instcombine -mem2reg -S | \
+; RUN:    not grep "%B = alloca"
 ; END.
 
 ; Ensure that instcombine doesn't sink the loads in entry/cond_true into