summaryrefslogtreecommitdiff
path: root/include/llvm/LLVMContext.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-07-20 21:45:17 +0000
committerDan Gohman <gohman@apple.com>2010-07-20 21:45:17 +0000
commit5d809119834a1aa8170e8341ee883e69e5a6bbd1 (patch)
tree9232f5d9041631d473b81722c89b46c0936e237e /include/llvm/LLVMContext.h
parent19538d1e9fb4f8198b94f8450c6fc43528d8b868 (diff)
downloadllvm-5d809119834a1aa8170e8341ee883e69e5a6bbd1.tar.gz
llvm-5d809119834a1aa8170e8341ee883e69e5a6bbd1.tar.bz2
llvm-5d809119834a1aa8170e8341ee883e69e5a6bbd1.tar.xz
Remove an obsolete comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108940 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/LLVMContext.h')
-rw-r--r--include/llvm/LLVMContext.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/LLVMContext.h b/include/llvm/LLVMContext.h
index 96dbf77a5a..7cb6579aef 100644
--- a/include/llvm/LLVMContext.h
+++ b/include/llvm/LLVMContext.h
@@ -48,8 +48,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;
/// setInlineAsmDiagnosticHandler - This method sets a handler that is invoked