Do not drop constant values when a variable's content is described using .debug_loc...
authorDevang Patel <dpatel@apple.com>
Wed, 1 Jun 2011 22:03:25 +0000 (22:03 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 1 Jun 2011 22:03:25 +0000 (22:03 +0000)
commitc432907eca615dfea2de3c467f4087f00203b2d6
tree4f4004d8f4948b63f299687955cc7916ed80c325
parentec880283b3682982c750c9b78f6a9b4777e21883
Do not drop constant values when a variable's content is described using .debug_loc entries.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132427 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h
test/CodeGen/X86/dbg-const.ll [new file with mode: 0644]