summaryrefslogtreecommitdiffstats
path: root/test/Transforms/GVN/load-constant-mem.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/GVN/load-constant-mem.ll')
-rw-r--r--test/Transforms/GVN/load-constant-mem.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GVN/load-constant-mem.ll b/test/Transforms/GVN/load-constant-mem.ll
index 314c806..a7dacea 100644
--- a/test/Transforms/GVN/load-constant-mem.ll
+++ b/test/Transforms/GVN/load-constant-mem.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -basicaa -gvn -instcombine -S | grep {ret i32 0}
+; RUN: opt < %s -basicaa -gvn -instcombine -S | grep "ret i32 0"
; PR4189
@G = external constant [4 x i32]