Delete an obsolete comment.

llvm-svn: 109017
This commit is contained in:
Dan Gohman 2010-07-21 17:21:27 +00:00
parent 538de44e5c
commit 77fda3c4aa

View File

@ -237,8 +237,7 @@ public:
unsigned getMDKindID(StringRef Name) const;
/// getMDKindNames - Populate client supplied SmallVector with the name for
/// custom metadata IDs registered in this LLVMContext. ID #0 is not used,
/// so it is filled in as an empty string.
/// custom metadata IDs registered in this LLVMContext.
void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
/// @}