summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2015-07-01 18:07:16 +0000
committerDavid Blaikie <dblaikie@gmail.com>2015-07-01 18:07:16 +0000
commitd51dea67b3b75e96c0362eb6c559cded341c0f4d (patch)
tree905c8fd4b16e947a04a56fe04e0dd1174d6ac100 /llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
parent910d5daa4bc5eebe7056391a0571499732d4b7b5 (diff)
downloadbcm5719-llvm-d51dea67b3b75e96c0362eb6c559cded341c0f4d.tar.gz
bcm5719-llvm-d51dea67b3b75e96c0362eb6c559cded341c0f4d.zip
Revert "[DWARF] Fix debug info generation for function static variables, typedefs, and records"
Caused PR24008 This reverts commit 37cb5f1c2db9f42d29f26b215585f56bb64ae4f5. llvm-svn: 241176
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h4
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);
OpenPOWER on IntegriCloud