From: Dan Gohman Date: Tue, 20 Jul 2010 21:45:17 +0000 (+0000) Subject: Remove an obsolete comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=5d809119834a1aa8170e8341ee883e69e5a6bbd1;p=oota-llvm.git Remove an obsolete comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108940 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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