summaryrefslogtreecommitdiff
path: root/include/llvm/Module.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-07-21 17:21:27 +0000
committerDan Gohman <gohman@apple.com>2010-07-21 17:21:27 +0000
commit45953215210ad06a3901b026bdee1d4352294407 (patch)
tree1126dc7e9cf4ce9f5335664ad2e70bc614c900bf /include/llvm/Module.h
parent922d00f5f5fd202feecefadd223b12001931260b (diff)
downloadllvm-45953215210ad06a3901b026bdee1d4352294407.tar.gz
llvm-45953215210ad06a3901b026bdee1d4352294407.tar.bz2
llvm-45953215210ad06a3901b026bdee1d4352294407.tar.xz
Delete an obsolete comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109017 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Module.h')
-rw-r--r--include/llvm/Module.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/Module.h b/include/llvm/Module.h
index 5fc0418759..9b7cd4c88d 100644
--- a/include/llvm/Module.h
+++ b/include/llvm/Module.h
@@ -237,8 +237,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<StringRef> &Result) const;
/// @}