Delete outdated comment about DISubprogram. NFC

rL301501 deleted DisplayName and rearranged the operands.

llvm-svn: 359647
This commit is contained in:
Fangrui Song 2019-05-01 03:38:41 +00:00
parent 738697ea4e
commit 9502e40c90

View 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;