diff options
author | Hans Wennborg <hans@hanshq.net> | 2016-02-23 19:17:03 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2016-02-23 19:17:03 +0000 |
commit | d3661cd14074feb3919ac279daaa2cabd5e6f58d (patch) | |
tree | ba72281c833e1a79c855837bd30ddfde1056607f /llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h | |
parent | 8a118b63d84905de8a3a925b007758d511dc1d08 (diff) | |
download | bcm5719-llvm-d3661cd14074feb3919ac279daaa2cabd5e6f58d.tar.gz bcm5719-llvm-d3661cd14074feb3919ac279daaa2cabd5e6f58d.zip |
Revert r261633 "Supporting all entities declared in lexical scope in LLVM debug info."
This and the corresponding Clang change caused PR26715.
llvm-svn: 261671
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h index a72e5a3ef51..a79add630b3 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h @@ -298,9 +298,6 @@ public: /// Construct function argument DIEs. void constructSubprogramArguments(DIE &Buffer, DITypeRefArray Args); - /// Create a DIE with the given Tag, and call insertDIE if MD is not null. - DIE *createDIE(unsigned Tag, const DINode *N = nullptr); - /// Create a DIE with the given Tag, add the DIE to its parent, and /// call insertDIE if MD is not null. DIE &createAndAddDIE(unsigned Tag, DIE &Parent, const DINode *N = nullptr); |