diff options
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h index 3f4809974f3..4000ae48a85 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h @@ -298,9 +298,7 @@ public: bool Minimal = false); /// \brief Find existing DIE or create new DIE for the given type. - /// \param N Type Node - /// \param ContextDIE DIE scope for N Node, if available. - DIE *getOrCreateTypeDIE(const MDNode *N, DIE *ContextDIE = nullptr); + DIE *getOrCreateTypeDIE(const MDNode *N); /// \brief Get context owner's DIE. DIE *createTypeDIE(const DICompositeType *Ty); |