rename getHandlerNames to getMDKindNames, simplify its interface
authorChris Lattner <sabre@nondot.org>
Mon, 28 Dec 2009 20:10:43 +0000 (20:10 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 28 Dec 2009 20:10:43 +0000 (20:10 +0000)
commit7d05c46d601cbb52be605019548c34286c02e3a3
tree71f8c23f6c6a275b9674620119278f2bf9d34485
parent06ac32cc86ce88b940ffc0493a9bf54c8a720162
rename getHandlerNames to getMDKindNames, simplify its interface
and simplify all the clients that use it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92224 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Metadata.h
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/VMCore/AsmWriter.cpp
lib/VMCore/Metadata.cpp