summaryrefslogtreecommitdiffstats
path: root/test/Transforms/GlobalOpt/storepointer-compare.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/GlobalOpt/storepointer-compare.ll')
-rw-r--r--test/Transforms/GlobalOpt/storepointer-compare.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GlobalOpt/storepointer-compare.ll b/test/Transforms/GlobalOpt/storepointer-compare.ll
index 2f5ae86..09e20a8 100644
--- a/test/Transforms/GlobalOpt/storepointer-compare.ll
+++ b/test/Transforms/GlobalOpt/storepointer-compare.ll
@@ -1,5 +1,5 @@
; RUN: opt < %s -globalopt -S | \
-; RUN: grep {call void @Actual}
+; RUN: grep "call void @Actual"
; Check that a comparison does not prevent an indirect call from being made
; direct. The global will still remain, but indirect call elim is still good.