summaryrefslogtreecommitdiffstats
path: root/test/Transforms/ConstProp/2007-02-23-sdiv.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/ConstProp/2007-02-23-sdiv.ll')
-rw-r--r--test/Transforms/ConstProp/2007-02-23-sdiv.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ConstProp/2007-02-23-sdiv.ll b/test/Transforms/ConstProp/2007-02-23-sdiv.ll
index 721199f..75f58b5 100644
--- a/test/Transforms/ConstProp/2007-02-23-sdiv.ll
+++ b/test/Transforms/ConstProp/2007-02-23-sdiv.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llvm-dis | grep {global i32 0}
+; RUN: llvm-as < %s | llvm-dis | grep "global i32 0"
; PR1215
@G = global i32 sdiv (i32 0, i32 -1)