summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorManman Ren <mren@apple.com>2013-06-25 18:49:55 +0000
committerManman Ren <mren@apple.com>2013-06-25 18:49:55 +0000
commitaed30fa3de9eee9c9824ffaff187e055e9394841 (patch)
tree7c4cd77628986201c39a6a512f95725753d2920d /llvm
parente83b1d3e7aa368a5a2e1a6e39f05595da8219eb9 (diff)
downloadbcm5719-llvm-aed30fa3de9eee9c9824ffaff187e055e9394841.tar.gz
bcm5719-llvm-aed30fa3de9eee9c9824ffaff187e055e9394841.zip
Remove unused code. No functionality change.
llvm-svn: 184866
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index 8034d621b9c..44485c4bcf7 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -259,10 +259,6 @@ unsigned DwarfUnits::getAddrPoolIndex(MCSymbol *Sym) {
// Define a unique number for the abbreviation.
//
void DwarfUnits::assignAbbrevNumber(DIEAbbrev &Abbrev) {
- // Profile the node so that we can make it unique.
- FoldingSetNodeID ID;
- Abbrev.Profile(ID);
-
// Check the set for priors.
DIEAbbrev *InSet = AbbreviationsSet->GetOrInsertNode(&Abbrev);
OpenPOWER on IntegriCloud