aboutsummaryrefslogtreecommitdiffstats
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
commit2560e242c87b205143ca5e0e87a216e06f51a434 (patch)
tree2c16b3b029392b5c8f90eed546eb295d85ff6e0d
parenta37d96a04b44b98dff5fbb4d5d1427bacb57c651 (diff)
downloadexternal_llvm-2560e242c87b205143ca5e0e87a216e06f51a434.zip
external_llvm-2560e242c87b205143ca5e0e87a216e06f51a434.tar.gz
external_llvm-2560e242c87b205143ca5e0e87a216e06f51a434.tar.bz2
Remove unused code. No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184866 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index 8034d62..44485c4 100644
--- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/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);