summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2012-12-10 19:51:13 +0000
committerEric Christopher <echristo@gmail.com>2012-12-10 19:51:13 +0000
commitd79f5480ac05b9ec41b0095a00c19d25e06612ee (patch)
treefa07b3427102330acef1cf2ef9ad0f694ae66717 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
parent9a12912c9abb0ee34885b6c2d45f693cc2155b32 (diff)
downloadbcm5719-llvm-d79f5480ac05b9ec41b0095a00c19d25e06612ee.tar.gz
bcm5719-llvm-d79f5480ac05b9ec41b0095a00c19d25e06612ee.zip
Reorder fission variables.
llvm-svn: 169756
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index 945fba8dca8..574474c118e 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -153,10 +153,10 @@ DIType DbgVariable::getType() const {
} // end llvm namespace
DwarfDebug::DwarfDebug(AsmPrinter *A, Module *M)
- : Asm(A), MMI(Asm->MMI), FirstCU(0), FissionCU(0),
+ : Asm(A), MMI(Asm->MMI), FirstCU(0),
AbbreviationsSet(InitAbbreviationsSetSize),
SourceIdMap(DIEValueAllocator), StringPool(DIEValueAllocator),
- PrevLabel(NULL), GlobalCUIndexCount(0) {
+ PrevLabel(NULL), GlobalCUIndexCount(0), FissionCU(0) {
NextStringPoolNumber = 0;
DwarfInfoSectionSym = DwarfAbbrevSectionSym = 0;
OpenPOWER on IntegriCloud