summaryrefslogtreecommitdiffstats
path: root/test/Transforms/IPConstantProp/2008-06-09-WeakProp.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/IPConstantProp/2008-06-09-WeakProp.ll')
-rw-r--r--test/Transforms/IPConstantProp/2008-06-09-WeakProp.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/IPConstantProp/2008-06-09-WeakProp.ll b/test/Transforms/IPConstantProp/2008-06-09-WeakProp.ll
index 6640336..54a65d6 100644
--- a/test/Transforms/IPConstantProp/2008-06-09-WeakProp.ll
+++ b/test/Transforms/IPConstantProp/2008-06-09-WeakProp.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -ipconstprop -S | grep {ret i32 %r}
+; RUN: opt < %s -ipconstprop -S | grep "ret i32 %r"
; Should not propagate the result of a weak function.
; PR2411