]> granicus.if.org Git - llvm/commitdiff
Delete outdated comment about DISubprogram. NFC
authorFangrui Song <maskray@google.com>
Wed, 1 May 2019 03:38:41 +0000 (03:38 +0000)
committerFangrui Song <maskray@google.com>
Wed, 1 May 2019 03:38:41 +0000 (03:38 +0000)
rL301501 deleted DisplayName and rearranged the operands.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@359647 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IR/DebugInfoMetadata.h

index 357074a36490acf9f730c624fc4502ef1cef3eb6..d8030902028fee9e0dae64bd1cb0525cb9150d6a 100644 (file)
@@ -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;