diff --git a/include/llvm/LLVMContext.h b/include/llvm/LLVMContext.h index 96dbf77a5ae..7cb6579aef6 100644 --- a/include/llvm/LLVMContext.h +++ b/include/llvm/LLVMContext.h @@ -48,8 +48,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 &Result) const; /// setInlineAsmDiagnosticHandler - This method sets a handler that is invoked