[SystemZ] Add test missing from r186148
[oota-llvm.git] / test / Transforms / InstCombine / 2009-02-20-InstCombine-SROA.ll
index a51c47d42373dd6ee24195f82099661603aa4381..9146a8ee011789d64c88bc2dc23b19229be2519c 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -instcombine -scalarrepl -S | not grep { = alloca}
+; RUN: opt < %s -instcombine -scalarrepl -S | not grep " = alloca"
 ; rdar://6417724
 ; Instcombine shouldn't do anything to this function that prevents promoting the allocas inside it.