DebugInfo: Remove DW_TAG_constant
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 9 Feb 2015 22:48:04 +0000 (22:48 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 9 Feb 2015 22:48:04 +0000 (22:48 +0000)
commit99cc7e5307785cf504d5ba687dd6b0aed2122a3d
tree630f1b8a085927647ba9d752c0aec3e5cf3118e2
parent9a61a8236f6efd8a94cc99576fa5c507940514ca
DebugInfo: Remove DW_TAG_constant

Remove handling for DW_TAG_constant.  We started producing it in
r110656, but reverted that in r110876 without dropping the support.
Finish the job.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228623 91177308-0d34-0410-b5e6-96231b3b80d8
docs/SourceLevelDebugging.rst
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/IR/DebugInfo.cpp
test/DebugInfo/X86/2010-08-10-DbgConstant.ll [deleted file]