summaryrefslogtreecommitdiffstats
path: root/test/Transforms/Inline/2009-01-12-RecursiveInline.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Inline/2009-01-12-RecursiveInline.ll')
-rw-r--r--test/Transforms/Inline/2009-01-12-RecursiveInline.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/2009-01-12-RecursiveInline.ll b/test/Transforms/Inline/2009-01-12-RecursiveInline.ll
index 8a4b2e0..1a3325a 100644
--- a/test/Transforms/Inline/2009-01-12-RecursiveInline.ll
+++ b/test/Transforms/Inline/2009-01-12-RecursiveInline.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -inline | llvm-dis | grep {call.*fib} | count 4
+; RUN: opt < %s -inline -S | grep {call.*fib} | count 4
; First call to fib from fib is inlined, producing 2 instead of 1, total 3.
; Second call to fib from fib is not inlined because new body of fib exceeds
; inlining limit of 200. Plus call in main = 4 total.
OpenPOWER on IntegriCloud