summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/select-load-call.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/select-load-call.ll')
-rw-r--r--test/Transforms/InstCombine/select-load-call.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/select-load-call.ll b/test/Transforms/InstCombine/select-load-call.ll
index bef0cf841b..b63468de53 100644
--- a/test/Transforms/InstCombine/select-load-call.ll
+++ b/test/Transforms/InstCombine/select-load-call.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -instcombine -S | grep {ret i32 1}
+; RUN: opt < %s -instcombine -S | grep "ret i32 1"
declare void @test2()