[all-commits] [llvm/llvm-project] ddcdea: [Analysis] ImportedFunctionsInliningStatistics.h -...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Apr 19 08:21:30 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ddcdeae358685f941c3520e01b0a8e86e3aca04b
https://github.com/llvm/llvm-project/commit/ddcdeae358685f941c3520e01b0a8e86e3aca04b
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-04-19 (Mon, 19 Apr 2021)
Changed paths:
M llvm/include/llvm/Analysis/Utils/ImportedFunctionsInliningStatistics.h
M llvm/lib/Analysis/ImportedFunctionsInliningStatistics.cpp
Log Message:
-----------
[Analysis] ImportedFunctionsInliningStatistics.h - add <memory> and remove unused <string> include. NFCI.
Move <string> include to ImportedFunctionsInliningStatistics.cpp and add missing <memory> include as we have explicit uses of std::unique_ptr in the header.
More information about the All-commits
mailing list