diff options
author | Reid Kleckner <rnk@google.com> | 2017-03-16 22:58:56 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2017-03-16 22:58:56 +0000 |
commit | c9a392b9dd7791420aa6475f8a2a81bf5731dfa6 (patch) | |
tree | c7010d058a82ebc1e0e23822ae3859b0415d3910 /llvm/lib/Transforms/Utils/InlineFunction.cpp | |
parent | 720883520d0dbe652baac17771c21764b8603879 (diff) | |
download | bcm5719-llvm-c9a392b9dd7791420aa6475f8a2a81bf5731dfa6.tar.gz bcm5719-llvm-c9a392b9dd7791420aa6475f8a2a81bf5731dfa6.zip |
Remove dead F parameter from Argument constructor
When Function creates its argument list, it does the ilist push_back
itself. No other caller passes in a parent function, so this is dead,
and it uses the soon-to-be-deleted getArgumentList accessor.
llvm-svn: 298009
Diffstat (limited to 'llvm/lib/Transforms/Utils/InlineFunction.cpp')
0 files changed, 0 insertions, 0 deletions