summaryrefslogtreecommitdiff
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 b0bc4ded62..b6b0971e79 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: opt %s -inline | llvm-dis | \
+; RUN: opt %s -inline -S | \
; RUN: grep llvm.stacksave
-; RUN: opt %s -inline | llvm-dis | not grep callee
+; RUN: opt %s -inline -S | not grep callee
declare void @ext(i32*)