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.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Transforms/Inline/inline_dce.ll b/test/Transforms/Inline/inline_dce.ll
index 9dc7a77..5cb118f 100644
--- a/test/Transforms/Inline/inline_dce.ll
+++ b/test/Transforms/Inline/inline_dce.ll
@@ -1,7 +1,8 @@
; This checks to ensure that the inline pass deletes functions if they get
; inlined into all of their callers.
-; RUN: llvm-upgrade < %s | llvm-as | opt -inline | llvm-dis | not grep %reallysmall
+; RUN: llvm-upgrade < %s | llvm-as | opt -inline | llvm-dis | \
+; RUN: not grep %reallysmall
implementation