aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/Inline/inline_dce.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Inline/inline_dce.ll')
-rw-r--r--test/Transforms/Inline/inline_dce.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/inline_dce.ll b/test/Transforms/Inline/inline_dce.ll
index 632a9e4..5143d02 100644
--- a/test/Transforms/Inline/inline_dce.ll
+++ b/test/Transforms/Inline/inline_dce.ll
@@ -1,7 +1,7 @@
; This checks to ensure that the inline pass deletes functions if they get
; inlined into all of their callers.
-; RUN: opt %s -inline -S | \
+; RUN: opt < %s -inline -S | \
; RUN: not grep @reallysmall
define internal i32 @reallysmall(i32 %A) {