summaryrefslogtreecommitdiff
path: root/test/Transforms/Inline/2004-04-20-InlineLinkOnce.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Inline/2004-04-20-InlineLinkOnce.ll')
-rw-r--r--test/Transforms/Inline/2004-04-20-InlineLinkOnce.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/2004-04-20-InlineLinkOnce.ll b/test/Transforms/Inline/2004-04-20-InlineLinkOnce.ll
index d9f09a06e7dad..fabad30bb5ac7 100644
--- a/test/Transforms/Inline/2004-04-20-InlineLinkOnce.ll
+++ b/test/Transforms/Inline/2004-04-20-InlineLinkOnce.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -inline -prune-eh -disable-output
+; RUN: opt < %s -inline -prune-eh -disable-output
define linkonce void @caller() {
call void @callee( )