DebugInfo: Delete DIDescriptor (but not its subclasses)
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 18 Apr 2015 00:35:36 +0000 (00:35 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 18 Apr 2015 00:35:36 +0000 (00:35 +0000)
commit20b39c653c3db539a728cd67faf7b6026619e4e2
treea37eee42aa8225de39eef2e7c878992bc81c4ee7
parent603fc8c265bac8a03e0c9d9fa4625c96b9478c67
DebugInfo: Delete DIDescriptor (but not its subclasses)

Delete `DIDescriptor` and update the remaining users.  I'll follow-up by
deleting subclasses in manageable groups (top-down).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235248 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/DebugInfo.h
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
lib/CodeGen/AsmPrinter/DwarfUnit.h
tools/opt/BreakpointPrinter.cpp