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 0d61e5aab6c7776017ba7daf6df99f65c75a5e39..3510dfc24d9a15ff37d2aa294930f57110ae63d1 100644 (file)
@@ -1,6 +1,6 @@
 ; PR1226
 ; RUN: opt < %s -scalarrepl -S | \
-; RUN:   not grep {call void @llvm.memcpy.i32}
+; RUN:   not grep "call void @llvm.memcpy.i32"
 ; RUN: opt < %s -scalarrepl -S | grep getelementptr
 ; END.