summaryrefslogtreecommitdiffstats
path: root/test/Transforms/SCCP/apint-ipsccp1.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/SCCP/apint-ipsccp1.ll')
-rw-r--r--test/Transforms/SCCP/apint-ipsccp1.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/SCCP/apint-ipsccp1.ll b/test/Transforms/SCCP/apint-ipsccp1.ll
index fda40f5..f6f18fe 100644
--- a/test/Transforms/SCCP/apint-ipsccp1.ll
+++ b/test/Transforms/SCCP/apint-ipsccp1.ll
@@ -1,5 +1,5 @@
-; RUN: opt < %s -ipsccp -S | grep -v {ret i512 undef} | \
-; RUN: grep {ret i8 2}
+; RUN: opt < %s -ipsccp -S | grep -v "ret i512 undef" | \
+; RUN: grep "ret i8 2"
define internal i512 @test(i1 %B) {
br i1 %B, label %BB1, label %BB2