DebugInfo: Remove dead code for accessing fields
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 6 Apr 2015 17:21:05 +0000 (17:21 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 6 Apr 2015 17:21:05 +0000 (17:21 +0000)
commitc6370a13cfb21947126e388bf468d063013a26c5
tree6677359712a6de215c2263ba26d4f7178eff7d4b
parente75a8c3855273ffcc72461a3057e50bf0baee31f
DebugInfo: Remove dead code for accessing fields

Most fields are now accessed via the new debug info hierarchy.  I'll
make the rest of this code dead soon.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234182 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/DebugInfo.h
lib/IR/DebugInfo.cpp
unittests/IR/DebugInfoTest.cpp