Add variables into a scope before constructing scope DIE otherwise variables won...
authorDevang Patel <dpatel@apple.com>
Wed, 30 Jun 2010 00:11:08 +0000 (00:11 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 30 Jun 2010 00:11:08 +0000 (00:11 +0000)
commit1d68d21bae7602fd1e561a85de9a736dc16eb3e2
tree5ca56cd4dcb6b9a976bf77ae9b61bc9f7870aba9
parent914f2ff9e6969214d84a75745ec2851f045000f7
Add variables into a scope before constructing scope DIE otherwise variables won't be included DIE tree.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107228 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll [new file with mode: 0644]