We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ccff1e commit f473eb5Copy full SHA for f473eb5
llvm/include/llvm/CodeGen/AsmPrinter.h
@@ -173,8 +173,6 @@ class LLVM_ABI AsmPrinter : public MachineFunctionPass {
173
// function. This is used to calculate the size of the BB section.
174
MCSymbol *CurrentSectionBeginSym = nullptr;
175
176
- bool HasAnyCallsitesForBBAddrMap = false;
177
-
178
/// This map keeps track of which symbol is being used for the specified basic
179
/// block's address of label.
180
std::unique_ptr<AddrLabelMap> AddrLabelSymbols;
0 commit comments