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)
commit398069064dc90cddafc1f51c513d73ee7806beac
treec0bf4421656504cc0965652b57ef985afbe13017
parent5342c6ceabcab054996da95071effef8dac64ee3
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.

llvm-svn: 234182
llvm/include/llvm/IR/DebugInfo.h
llvm/lib/IR/DebugInfo.cpp
llvm/unittests/IR/DebugInfoTest.cpp