summaryrefslogtreecommitdiff
path: root/test/Transforms/Inline/2008-11-04-AlwaysInline.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Inline/2008-11-04-AlwaysInline.ll')
-rw-r--r--test/Transforms/Inline/2008-11-04-AlwaysInline.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/2008-11-04-AlwaysInline.ll b/test/Transforms/Inline/2008-11-04-AlwaysInline.ll
index 36408ef7bb..79c0302e32 100644
--- a/test/Transforms/Inline/2008-11-04-AlwaysInline.ll
+++ b/test/Transforms/Inline/2008-11-04-AlwaysInline.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -always-inline | llvm-dis | grep {@foo}
+; RUN: opt %s -always-inline -S | grep {@foo}
; Ensure that foo is not removed by always inliner
; PR 2945