diff options
Diffstat (limited to 'test/Transforms/IPConstantProp/2008-06-09-WeakProp.ll')
-rw-r--r-- | test/Transforms/IPConstantProp/2008-06-09-WeakProp.ll | 2 |
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 87f63758ab..66403363bf 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 |