summaryrefslogtreecommitdiffstats
path: root/test/Transforms/Inline/2008-09-02-AlwaysInline.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Inline/2008-09-02-AlwaysInline.ll')
-rw-r--r--test/Transforms/Inline/2008-09-02-AlwaysInline.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/2008-09-02-AlwaysInline.ll b/test/Transforms/Inline/2008-09-02-AlwaysInline.ll
index b42e559..39095c4 100644
--- a/test/Transforms/Inline/2008-09-02-AlwaysInline.ll
+++ b/test/Transforms/Inline/2008-09-02-AlwaysInline.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -inline-threshold=0 -inline | llvm-dis | not grep call
+; RUN: opt < %s -inline-threshold=0 -inline -S | not grep call
define i32 @fn2() alwaysinline {
ret i32 1
OpenPOWER on IntegriCloud