Do not drop a variable's complex address if it is not based on frame base.
authorDevang Patel <dpatel@apple.com>
Mon, 25 Apr 2011 22:52:55 +0000 (22:52 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 25 Apr 2011 22:52:55 +0000 (22:52 +0000)
commit80925f5dca36e34c6c28ae080d2fd2bf861fb346
treec50f7665e776666702d969837c64ce1577959ea1
parent308bec390f4e6cba04ae06e2ca1a274c91a14f41
Do not drop a variable's complex address if it is not based on frame base.
Observed this while reading code, so I do not have a test case handy here.

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