From 5d809119834a1aa8170e8341ee883e69e5a6bbd1 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 20 Jul 2010 21:45:17 +0000 Subject: Remove an obsolete comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108940 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/LLVMContext.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/llvm/LLVMContext.h') diff --git a/include/llvm/LLVMContext.h b/include/llvm/LLVMContext.h index 96dbf77a5a..7cb6579aef 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 -- cgit v1.2.3