summaryrefslogtreecommitdiffstats
path: root/test/Transforms/Inline/inline_cleanup.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Inline/inline_cleanup.ll')
-rw-r--r--test/Transforms/Inline/inline_cleanup.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/Inline/inline_cleanup.ll b/test/Transforms/Inline/inline_cleanup.ll
index 89b3a82..4c64721 100644
--- a/test/Transforms/Inline/inline_cleanup.ll
+++ b/test/Transforms/Inline/inline_cleanup.ll
@@ -1,9 +1,9 @@
; Test that the inliner doesn't leave around dead allocas, and that it folds
; uncond branches away after it is done specializing.
-; RUN: llvm-as < %s | opt -inline | llvm-dis | \
+; RUN: opt < %s -inline -S | \
; RUN: not grep {alloca.*uses=0}
-; RUN: llvm-as < %s | opt -inline | llvm-dis | \
+; RUN: opt < %s -inline -S | \
; RUN: not grep {br label}
@A = weak global i32 0 ; <i32*> [#uses=1]
@B = weak global i32 0 ; <i32*> [#uses=1]
OpenPOWER on IntegriCloud