[llvm-commits] [llvm] r109017 - /llvm/trunk/include/llvm/Module.h
Dan Gohman
gohman at apple.com
Wed Jul 21 10:21:27 PDT 2010
Author: djg
Date: Wed Jul 21 12:21:27 2010
New Revision: 109017
URL: http://llvm.org/viewvc/llvm-project?rev=109017&view=rev
Log:
Delete an obsolete comment.
Modified:
llvm/trunk/include/llvm/Module.h
Modified: llvm/trunk/include/llvm/Module.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Module.h?rev=109017&r1=109016&r2=109017&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Module.h (original)
+++ llvm/trunk/include/llvm/Module.h Wed Jul 21 12:21:27 2010
@@ -237,8 +237,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;
/// @}
More information about the llvm-commits
mailing list