Make sure we're not attempting to construct a subprogram DIE
authorEric Christopher <echristo@gmail.com>
Tue, 15 Oct 2013 23:31:38 +0000 (23:31 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 15 Oct 2013 23:31:38 +0000 (23:31 +0000)
commitc622824ccbb74ac726c656ebc98647810d152cce
treeac026ea27e1071baff3976cd0ab170b45b55bcdf
parent4159733c1a9a6f4aea6ea4d558ca4806a3f959d2
Make sure we're not attempting to construct a subprogram DIE
twice and just look up the value. Fix the one case where
we were trying to create a subprogram DIE and we should already
have had one. Reflow formatting in collectDeadVariables while fixing.

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