Sink PrevCU updating into DwarfUnit::addRange to ensure consistency
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 9 Sep 2014 23:13:01 +0000 (23:13 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 9 Sep 2014 23:13:01 +0000 (23:13 +0000)
So that the two operations in DwarfDebug couldn't get separated (because
I accidentally separated them in some work in progress), put them
together. While we're here, move DwarfUnit::addRange to
DwarfCompileUnit, since it's not relevant to type units.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217468 91177308-0d34-0410-b5e6-96231b3b80d8


No differences found