diff options
Diffstat (limited to 'test/Transforms/Inline/inline_dce.ll')
-rw-r--r-- | test/Transforms/Inline/inline_dce.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/inline_dce.ll b/test/Transforms/Inline/inline_dce.ll index 7299d36c28..bcad01c883 100644 --- a/test/Transforms/Inline/inline_dce.ll +++ b/test/Transforms/Inline/inline_dce.ll @@ -1,7 +1,7 @@ ; This checks to ensure that the inline pass deletes functions if they get ; inlined into all of their callers. -; RUN: as < %s | opt -inline | dis | not grep %reallysmall +; RUN: llvm-as < %s | opt -inline | llvm-dis | not grep %reallysmall implementation |