diff options
author | David Blaikie <dblaikie@gmail.com> | 2014-04-25 20:02:24 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2014-04-25 20:02:24 +0000 |
commit | 0eb13ce85ae6ae77ed6e20642afc066fc933db7c (patch) | |
tree | f05463ddd233cd313a1f219d53624f5699037acf /llvm/lib/CodeGen | |
parent | 914046e1e7756aad8273f26302d39677648a3acf (diff) | |
download | bcm5719-llvm-0eb13ce85ae6ae77ed6e20642afc066fc933db7c.tar.gz bcm5719-llvm-0eb13ce85ae6ae77ed6e20642afc066fc933db7c.zip |
DwarfUnit: Remove unused function
llvm-svn: 207264
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h index 2869841478c..1e64f58fe0d 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h @@ -268,10 +268,6 @@ public: /// kept in DwarfDebug. void insertDIE(DIDescriptor Desc, DIE *D); - /// addDie - Adds or interns the DIE to the compile unit. - /// - void addDie(DIE *Buffer) { UnitDie->addChild(std::unique_ptr<DIE>(Buffer)); } - /// addFlag - Add a flag that is true to the DIE. void addFlag(DIE &Die, dwarf::Attribute Attribute); |