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)
commitb407bb2789e0c1daea1b7d7e896e6a600e408cf0
tree09e0236b8025e8957d327e2c1e24175f4dcacb6d
parentd4a912fefddfe8e9139f1a3163db8c69d81dbd92
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.

llvm-svn: 228623
llvm/docs/SourceLevelDebugging.rst
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
llvm/lib/IR/DebugInfo.cpp
llvm/test/DebugInfo/X86/2010-08-10-DbgConstant.ll [deleted file]