DwarfUnit: Suddently, DIE references, everywhere.
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 25 Apr 2014 18:26:14 +0000 (18:26 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 25 Apr 2014 18:26:14 +0000 (18:26 +0000)
commitf6e00376e7dc6d84f53efaf7cef9089021fac609
tree942e16934e4286d00162f9f9e46c8b104f7c7774
parentdb8c1ae04e65e249c8276944245fe31df607a806
DwarfUnit: Suddently, DIE references, everywhere.

This'll make changing to unique_ptr ownership of DIEs easier since the
usages will now have '*' on them making them textually compatible
between unique_ptr and raw pointer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207253 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
lib/CodeGen/AsmPrinter/DwarfUnit.h