[llvm-commits] [llvm] r108940 - /llvm/trunk/include/llvm/LLVMContext.h
Dan Gohman
gohman at apple.com
Tue Jul 20 14:45:17 PDT 2010
Author: djg
Date: Tue Jul 20 16:45:17 2010
New Revision: 108940
URL: http://llvm.org/viewvc/llvm-project?rev=108940&view=rev
Log:
Remove an obsolete comment.
Modified:
llvm/trunk/include/llvm/LLVMContext.h
Modified: llvm/trunk/include/llvm/LLVMContext.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/LLVMContext.h?rev=108940&r1=108939&r2=108940&view=diff
==============================================================================
--- llvm/trunk/include/llvm/LLVMContext.h (original)
+++ llvm/trunk/include/llvm/LLVMContext.h Tue Jul 20 16:45:17 2010
@@ -48,8 +48,7 @@
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;
/// setInlineAsmDiagnosticHandler - This method sets a handler that is invoked
More information about the llvm-commits
mailing list