aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/GVN/pre-basic-add.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/GVN/pre-basic-add.ll')
-rw-r--r--test/Transforms/GVN/pre-basic-add.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GVN/pre-basic-add.ll b/test/Transforms/GVN/pre-basic-add.ll
index c13099fe7349..4bde05c3387f 100644
--- a/test/Transforms/GVN/pre-basic-add.ll
+++ b/test/Transforms/GVN/pre-basic-add.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -gvn -enable-pre -S | grep {.pre}
+; RUN: opt < %s -gvn -enable-pre -S | grep ".pre"
@H = common global i32 0 ; <i32*> [#uses=2]
@G = common global i32 0 ; <i32*> [#uses=1]