diff options
author | Dan Gohman <gohman@apple.com> | 2010-07-21 17:21:27 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-07-21 17:21:27 +0000 |
commit | 45953215210ad06a3901b026bdee1d4352294407 (patch) | |
tree | 1126dc7e9cf4ce9f5335664ad2e70bc614c900bf /include/llvm/Module.h | |
parent | 922d00f5f5fd202feecefadd223b12001931260b (diff) |
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.h | 3 |
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; /// @} |