mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-12-20 03:17:48 +00:00
CodeGen: Remove redundant DIETypeSignature::dump(), NFC
We already have this in `DIEValue`; no reason to shadow it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238082 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -466,7 +466,6 @@ public:
|
|||||||
}
|
}
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
void print(raw_ostream &O) const override;
|
void print(raw_ostream &O) const override;
|
||||||
void dump() const;
|
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -435,8 +435,6 @@ void DIETypeSignature::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const
|
|||||||
void DIETypeSignature::print(raw_ostream &O) const {
|
void DIETypeSignature::print(raw_ostream &O) const {
|
||||||
O << format("Type Unit: 0x%lx", Unit.getTypeSignature());
|
O << format("Type Unit: 0x%lx", Unit.getTypeSignature());
|
||||||
}
|
}
|
||||||
|
|
||||||
void DIETypeSignature::dump() const { print(dbgs()); }
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|||||||
Reference in New Issue
Block a user