diff options
Diffstat (limited to 'test/Transforms/Inline/2004-04-20-InlineLinkOnce.llx')
-rw-r--r-- | test/Transforms/Inline/2004-04-20-InlineLinkOnce.llx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/2004-04-20-InlineLinkOnce.llx b/test/Transforms/Inline/2004-04-20-InlineLinkOnce.llx index bfd3e1dfba..4fab1c9934 100644 --- a/test/Transforms/Inline/2004-04-20-InlineLinkOnce.llx +++ b/test/Transforms/Inline/2004-04-20-InlineLinkOnce.llx @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -inline -prune-eh -disable-output +; RUN: llvm-upgrade < %s | llvm-as | opt -inline -prune-eh -disable-output implementation |