Move the bookkeeping of the debug scopes back to the place where it
authorBill Wendling <isanbard@gmail.com>
Wed, 13 May 2009 20:33:33 +0000 (20:33 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 13 May 2009 20:33:33 +0000 (20:33 +0000)
commitf3cc96e1f3645aa4c4cae37f87d2ece3b9d35f80
tree38a3f77986dfe47e5132b65469d6a7f1a93be386
parent6f21a8f6367e1120e14354d63cf73704ad0c9303
Move the bookkeeping of the debug scopes back to the place where it
belonged. The variable declaration stuff wasn't happy with it where it
was. Sorry that the testcase is so big. Bugpoint wasn't able to reduce it
successfully.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71714 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfWriter.cpp
test/DebugInfo/2009-05-13-VariableScope.ll [new file with mode: 0644]