summaryrefslogtreecommitdiffstats
path: root/test/Transforms/IPConstantProp/return-constant.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/IPConstantProp/return-constant.ll')
-rw-r--r--test/Transforms/IPConstantProp/return-constant.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/IPConstantProp/return-constant.ll b/test/Transforms/IPConstantProp/return-constant.ll
index ff15df7..499d383 100644
--- a/test/Transforms/IPConstantProp/return-constant.ll
+++ b/test/Transforms/IPConstantProp/return-constant.ll
@@ -1,5 +1,5 @@
; RUN: opt < %s -ipconstprop -instcombine | \
-; RUN: llvm-dis | grep {ret i1 true} | count 2
+; RUN: llvm-dis | grep "ret i1 true" | count 2
define internal i32 @foo(i1 %C) {
br i1 %C, label %T, label %F