From: Fangrui Song Date: Wed, 1 May 2019 03:38:41 +0000 (+0000) Subject: Delete outdated comment about DISubprogram. NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e8c482aa12d45762ffbd044c6a8249b9ad24eda;p=llvm Delete outdated comment about DISubprogram. NFC rL301501 deleted DisplayName and rearranged the operands. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@359647 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/IR/DebugInfoMetadata.h b/include/llvm/IR/DebugInfoMetadata.h index 357074a3649..d8030902028 100644 --- a/include/llvm/IR/DebugInfoMetadata.h +++ b/include/llvm/IR/DebugInfoMetadata.h @@ -1637,9 +1637,6 @@ public: }; /// Subprogram description. -/// -/// TODO: Remove DisplayName. It's always equal to Name. -/// TODO: Split up flags. class DISubprogram : public DILocalScope { friend class LLVMContextImpl; friend class MDNode;