aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-06-10 21:59:28 +0000
committerEric Christopher <echristo@gmail.com>2013-06-10 21:59:28 +0000
commit8c47bb1a029f6fb1bd823b89d1b8c25b372c93af (patch)
tree6156c9157aa18c2e4f11ac0d0708d2807fde418f
parent6e77c968729931006ae2527b167f9845dee1d2fd (diff)
downloadllvm-8c47bb1a029f6fb1bd823b89d1b8c25b372c93af.zip
llvm-8c47bb1a029f6fb1bd823b89d1b8c25b372c93af.tar.gz
llvm-8c47bb1a029f6fb1bd823b89d1b8c25b372c93af.tar.bz2
Remove unused function.
llvm-svn: 183698
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DIE.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DIE.h b/llvm/lib/CodeGen/AsmPrinter/DIE.h
index 27c17fc..bb58915 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DIE.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DIE.h
@@ -86,12 +86,6 @@ namespace llvm {
Data.push_back(DIEAbbrevData(Attribute, Form));
}
- /// AddFirstAttribute - Adds a set of attribute information to the front
- /// of the abbreviation.
- void AddFirstAttribute(uint16_t Attribute, uint16_t Form) {
- Data.insert(Data.begin(), DIEAbbrevData(Attribute, Form));
- }
-
/// Profile - Used to gather unique data for the abbreviation folding set.
///
void Profile(FoldingSetNodeID &ID) const;