DebugInfo: Remove some extra handling of abstract variables and instead rely solely...
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 13 Jun 2014 23:52:55 +0000 (23:52 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 13 Jun 2014 23:52:55 +0000 (23:52 +0000)
commitd32eccc97bac8921002424eb764478d7350850d7
tree7afcfaa6a6384cb686ff178e5199edbb487ce817
parent53551e2476b6ef291fd256a24b1f144587e1e073
DebugInfo: Remove some extra handling of abstract variables and instead rely solely on the delayed handling introduced in r210946

Now that we handle finding abstract variables at the end of the module,
remove the upfront handling and just ensure the abstract variable is
built when necessary.

In theory we could have a split implementation, where inlined variables
are immediately constructed referencing the abstract definition, and
concrete variables are delayed - but let's go with one solution for now
unless there's a reason not to.

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