Skip to content

Commit f473eb5

Browse files
committed
Remove unused AsmPrinter field.
1 parent 3ccff1e commit f473eb5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/include/llvm/CodeGen/AsmPrinter.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,6 @@ class LLVM_ABI AsmPrinter : public MachineFunctionPass {
173173
// function. This is used to calculate the size of the BB section.
174174
MCSymbol *CurrentSectionBeginSym = nullptr;
175175

176-
bool HasAnyCallsitesForBBAddrMap = false;
177-
178176
/// This map keeps track of which symbol is being used for the specified basic
179177
/// block's address of label.
180178
std::unique_ptr<AddrLabelMap> AddrLabelSymbols;

0 commit comments

Comments
 (0)