[llvm] e785379 - [CodeView] Remove unused declaration collectInlineSiteChildren (NFC)
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 30 22:28:52 PST 2020
Author: Kazu Hirata
Date: 2020-11-30T22:28:26-08:00
New Revision: e785379afff8dc256fc72a0f74677b43defa2059
URL: https://github.com/llvm/llvm-project/commit/e785379afff8dc256fc72a0f74677b43defa2059
DIFF: https://github.com/llvm/llvm-project/commit/e785379afff8dc256fc72a0f74677b43defa2059.diff
LOG: [CodeView] Remove unused declaration collectInlineSiteChildren (NFC)
The function definition was removed on Sep 7, 2016 in commit
a9f4cc9510546f5728258524d344a3e03e43500b. The declaration seems to be
unused since then.
Added:
Modified:
llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
Removed:
################################################################################
diff --git a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
index 778b1d74bfcc..9eee5492bc81 100644
--- a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
+++ b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
@@ -230,10 +230,6 @@ class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {
void calculateRanges(LocalVariable &Var,
const DbgValueHistoryMap::Entries &Entries);
- static void collectInlineSiteChildren(SmallVectorImpl<unsigned> &Children,
- const FunctionInfo &FI,
- const InlineSite &Site);
-
/// Remember some debug info about each function. Keep it in a stable order to
/// emit at the end of the TU.
MapVector<const Function *, std::unique_ptr<FunctionInfo>> FnDebugInfo;
More information about the llvm-commits
mailing list