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)
commit6f9e867c455e0785121c2d13756eddc7ac19df11
treee2fc1f2d4eb17ec566e65b33da5dd3d2107d2f6f
parenta6fea1386feb3e07ec77b936ff17ead38d93f0ac
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.

llvm-svn: 210961
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h