aboutsummaryrefslogtreecommitdiffstats
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 50e6a77..36cd493 100644
--- a/test/Transforms/IPConstantProp/return-constant.ll
+++ b/test/Transforms/IPConstantProp/return-constant.ll
@@ -1,5 +1,5 @@
; RUN: llvm-upgrade < %s | llvm-as | opt -ipconstprop -instcombine | \
-; RUN: llvm-dis | grep 'ret i1 true'
+; RUN: llvm-dis | grep {ret i1 true}
implementation
internal int %foo(bool %C) {