aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/Inline/2007-06-25-WeakInline.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Inline/2007-06-25-WeakInline.ll')
-rw-r--r--test/Transforms/Inline/2007-06-25-WeakInline.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/2007-06-25-WeakInline.ll b/test/Transforms/Inline/2007-06-25-WeakInline.ll
index 941326efb4..929891a678 100644
--- a/test/Transforms/Inline/2007-06-25-WeakInline.ll
+++ b/test/Transforms/Inline/2007-06-25-WeakInline.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -inline -S | grep call
+; RUN: opt < %s -inline -S | grep call
; 'bar' can be overridden at link-time, don't inline it.