summaryrefslogtreecommitdiff
path: root/test/Transforms/Inline/2008-09-02-NoInline.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Inline/2008-09-02-NoInline.ll')
-rw-r--r--test/Transforms/Inline/2008-09-02-NoInline.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/2008-09-02-NoInline.ll b/test/Transforms/Inline/2008-09-02-NoInline.ll
index 65b80e449d..cc0e51b1e0 100644
--- a/test/Transforms/Inline/2008-09-02-NoInline.ll
+++ b/test/Transforms/Inline/2008-09-02-NoInline.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -inline | llvm-dis | grep call | count 1
+; RUN: opt %s -inline -S | grep call | count 1
define i32 @fn2() noinline {
ret i32 1