diff options
| author | Davide Italiano <davide@freebsd.org> | 2016-05-25 23:38:53 +0000 |
|---|---|---|
| committer | Davide Italiano <davide@freebsd.org> | 2016-05-25 23:38:53 +0000 |
| commit | 1021c68e92c0945c4f1e2e083b16734f117450cb (patch) | |
| tree | 6b16f8889319c1be055461af45abbea69db21a7d /llvm/test/Transforms | |
| parent | 1fc3e6bda225f4dfcf7423564008efaa4350de8c (diff) | |
| download | bcm5719-llvm-1021c68e92c0945c4f1e2e083b16734f117450cb.tar.gz bcm5719-llvm-1021c68e92c0945c4f1e2e083b16734f117450cb.zip | |
[PM] Port PartiallyInlineLibCalls to the new pass manager.
llvm-svn: 270798
Diffstat (limited to 'llvm/test/Transforms')
| -rw-r--r-- | llvm/test/Transforms/PartiallyInlineLibCalls/bad-prototype.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/PartiallyInlineLibCalls/bad-prototype.ll b/llvm/test/Transforms/PartiallyInlineLibCalls/bad-prototype.ll index 34cd672ed26..e4d4cf7827a 100644 --- a/llvm/test/Transforms/PartiallyInlineLibCalls/bad-prototype.ll +++ b/llvm/test/Transforms/PartiallyInlineLibCalls/bad-prototype.ll @@ -1,4 +1,5 @@ ; RUN: opt -S -partially-inline-libcalls < %s | FileCheck %s +; RUN: opt -S -passes=partially-inline-libcalls < %s | FileCheck %s target triple = "x86_64-unknown-linux-gnu" |

