summaryrefslogtreecommitdiffstats
path: root/test/Transforms/Inline/dynamic_alloca_test.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Inline/dynamic_alloca_test.ll')
-rw-r--r--test/Transforms/Inline/dynamic_alloca_test.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/Inline/dynamic_alloca_test.ll b/test/Transforms/Inline/dynamic_alloca_test.ll
index b8ff7de..0286535 100644
--- a/test/Transforms/Inline/dynamic_alloca_test.ll
+++ b/test/Transforms/Inline/dynamic_alloca_test.ll
@@ -3,9 +3,9 @@
; Functions with dynamic allocas can only be inlined into functions that
; already have dynamic allocas.
-; RUN: llvm-as < %s | opt -inline | llvm-dis | \
+; RUN: opt < %s -inline -S | \
; RUN: grep llvm.stacksave
-; RUN: llvm-as < %s | opt -inline | llvm-dis | not grep callee
+; RUN: opt < %s -inline -S | not grep callee
declare void @ext(i32*)
OpenPOWER on IntegriCloud