summaryrefslogtreecommitdiffstats
path: root/test/Transforms/Inline/inline_prune.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Inline/inline_prune.ll')
-rw-r--r--test/Transforms/Inline/inline_prune.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/Inline/inline_prune.ll b/test/Transforms/Inline/inline_prune.ll
index fcd8321..658a422 100644
--- a/test/Transforms/Inline/inline_prune.ll
+++ b/test/Transforms/Inline/inline_prune.ll
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s | opt -inline | llvm-dis | \
+; RUN: opt < %s -inline -S | \
; RUN: not grep {callee\[12\](}
-; RUN: llvm-as < %s | opt -inline | llvm-dis | not grep mul
+; RUN: opt < %s -inline -S | not grep mul
define internal i32 @callee1(i32 %A, i32 %B) {
%cond = icmp eq i32 %A, 123 ; <i1> [#uses=1]
OpenPOWER on IntegriCloud