[llvm] r359647 - Delete outdated comment about DISubprogram. NFC
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 30 20:38:41 PDT 2019
Author: maskray
Date: Tue Apr 30 20:38:41 2019
New Revision: 359647
URL: http://llvm.org/viewvc/llvm-project?rev=359647&view=rev
Log:
Delete outdated comment about DISubprogram. NFC
rL301501 deleted DisplayName and rearranged the operands.
Modified:
llvm/trunk/include/llvm/IR/DebugInfoMetadata.h
Modified: llvm/trunk/include/llvm/IR/DebugInfoMetadata.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/DebugInfoMetadata.h?rev=359647&r1=359646&r2=359647&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/DebugInfoMetadata.h (original)
+++ llvm/trunk/include/llvm/IR/DebugInfoMetadata.h Tue Apr 30 20:38:41 2019
@@ -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;
More information about the llvm-commits
mailing list