diff options
author | Reid Kleckner <rnk@google.com> | 2019-11-13 15:33:12 -0800 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2019-11-13 15:36:58 -0800 |
commit | 364d1785a6e3f9b149cef29849e653abe5548cc2 (patch) | |
tree | 454fca8d56c3b6e2730f93da5ddb45a9adbd84c6 /llvm/lib/Analysis/ModuleSummaryAnalysis.cpp | |
parent | 188d92b9470de71532ec58060cd75f913fd68e59 (diff) | |
download | llvm-364d1785a6e3f9b149cef29849e653abe5548cc2.zip llvm-364d1785a6e3f9b149cef29849e653abe5548cc2.tar.gz llvm-364d1785a6e3f9b149cef29849e653abe5548cc2.tar.bz2 |
Sink MachineFunction private method out of line
This method is private and only called from this file and doesn't need
to be inline. Saves a TargetMachine.h include in MachineFunction.h, a
popular header. The include was introduced in 98603a8153086 despite the
forward decl of LLVMTargetMachine.
Diffstat (limited to 'llvm/lib/Analysis/ModuleSummaryAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions