Preserve deleted function's local variables' debug info.
authorDevang Patel <dpatel@apple.com>
Mon, 28 Jun 2010 18:25:03 +0000 (18:25 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 28 Jun 2010 18:25:03 +0000 (18:25 +0000)
commit4a1cad673c5bf0812099c6c8f551fe6af967c2b3
tree410d267eac0a5f7a528f52c769fffad1895c608d
parent3d895b974d01f2c562a869921274f1198e29ff87
Preserve deleted function's local variables' debug info.
Radar 8122864.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107027 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h
test/FrontendC/2010-06-28-DbgLocalVar.c [new file with mode: 0644]