diff options
author | Dan Gohman <gohman@apple.com> | 2010-07-20 21:45:17 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-07-20 21:45:17 +0000 |
commit | f9e6cc9af19e2b01f8530b0ac4c6b4c59729f686 (patch) | |
tree | f75657cf0d83b0532cb7db6201e3b0cc70834ea2 | |
parent | 43aa8f03c18459b574d49d6a11616845e1d2ba30 (diff) | |
download | bcm5719-llvm-f9e6cc9af19e2b01f8530b0ac4c6b4c59729f686.tar.gz bcm5719-llvm-f9e6cc9af19e2b01f8530b0ac4c6b4c59729f686.zip |
Remove an obsolete comment.
llvm-svn: 108940
-rw-r--r-- | llvm/include/llvm/LLVMContext.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/include/llvm/LLVMContext.h b/llvm/include/llvm/LLVMContext.h index 96dbf77a5ae..7cb6579aef6 100644 --- a/llvm/include/llvm/LLVMContext.h +++ b/llvm/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 |