mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
IndentCount is only used within NDEBUG code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183695 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e5609f3732
commit
d32d7a541a
@ -135,8 +135,10 @@ namespace llvm {
|
||||
///
|
||||
SmallVector<DIEValue*, 12> Values;
|
||||
|
||||
#ifndef NDEBUG
|
||||
// Private data for print()
|
||||
mutable unsigned IndentCount;
|
||||
#endif
|
||||
public:
|
||||
explicit DIE(unsigned Tag)
|
||||
: Offset(0), Size(0), Abbrev(Tag, dwarf::DW_CHILDREN_no), Parent(0) {}
|
||||
|
Loading…
Reference in New Issue
Block a user