summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-04-25 20:02:24 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-04-25 20:02:24 +0000
commit0eb13ce85ae6ae77ed6e20642afc066fc933db7c (patch)
treef05463ddd233cd313a1f219d53624f5699037acf /llvm/lib/CodeGen
parent914046e1e7756aad8273f26302d39677648a3acf (diff)
downloadbcm5719-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.h4
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);
OpenPOWER on IntegriCloud