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 | 67b4cd76c813af4d558b7f1c797498a8f1d139fc (patch) | |
| tree | 1126dc7e9cf4ce9f5335664ad2e70bc614c900bf | |
| parent | d3b0ca5e4d2c1094b99e0c17e81bb6cdd191aeb3 (diff) | |
| download | external_llvm-67b4cd76c813af4d558b7f1c797498a8f1d139fc.zip external_llvm-67b4cd76c813af4d558b7f1c797498a8f1d139fc.tar.gz external_llvm-67b4cd76c813af4d558b7f1c797498a8f1d139fc.tar.bz2 | |
Delete an obsolete comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109017 91177308-0d34-0410-b5e6-96231b3b80d8
| -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 5fc0418..9b7cd4c 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; /// @} |
