Revert r188449 as it turns out we're just missing the instructions that need the...
[oota-llvm.git] / test / Transforms / ScalarRepl / memset-aggregate-byte-leader.ll
index 44f094c7c0b8fbec3a6594f4f86cf54defd8c7b3..3510dfc24d9a15ff37d2aa294930f57110ae63d1 100644 (file)
@@ -1,7 +1,7 @@
 ; PR1226
-; RUN: opt %s -scalarrepl -S | \
-; RUN:   not grep {call void @llvm.memcpy.i32}
-; RUN: opt %s -scalarrepl -S | grep getelementptr
+; RUN: opt %s -scalarrepl -S | \
+; RUN:   not grep "call void @llvm.memcpy.i32"
+; RUN: opt %s -scalarrepl -S | grep getelementptr
 ; END.
 
 target datalayout = "E-p:32:32"