IR: DwarfNode => DebugNode, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Thu, 22 Jan 2015 22:47:44 +0000 (22:47 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Thu, 22 Jan 2015 22:47:44 +0000 (22:47 +0000)
commite8b5e49ffd3f21f80bceab0f9baeb35331106d55
treea425f5b442d5e8eb03d0bf0cb4d9d9ee61ff707f
parent7e6d573e87f3f8f912ab6d86857759e4b99e239e
IR: DwarfNode => DebugNode, NFC

These things are potentially used for non-DWARF data (see the discussion
in PR22235), so take the `Dwarf` out of the name.  Since the new name
gives fewer clues, update the doxygen to properly describe what they
are.

llvm-svn: 226874
llvm/include/llvm/IR/Metadata.def
llvm/include/llvm/IR/Metadata.h
llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
llvm/lib/IR/AsmWriter.cpp
llvm/lib/IR/LLVMContextImpl.h
llvm/lib/IR/Metadata.cpp
llvm/unittests/IR/MetadataTest.cpp