summaryrefslogtreecommitdiff
path: root/test/Transforms/SCCP/apint-ipsccp2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/SCCP/apint-ipsccp2.ll')
-rw-r--r--test/Transforms/SCCP/apint-ipsccp2.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/SCCP/apint-ipsccp2.ll b/test/Transforms/SCCP/apint-ipsccp2.ll
index 3c02e05548..834cca4884 100644
--- a/test/Transforms/SCCP/apint-ipsccp2.ll
+++ b/test/Transforms/SCCP/apint-ipsccp2.ll
@@ -1,5 +1,5 @@
-; RUN: opt < %s -ipsccp -S | grep -v {ret i101 0} | \
-; RUN: grep -v {ret i101 undef} | not grep ret
+; RUN: opt < %s -ipsccp -S | grep -v "ret i101 0" | \
+; RUN: grep -v "ret i101 undef" | not grep ret
define internal i101 @bar(i101 %A) {