summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DIE.h
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
commit175a7809c82ff7f97f962510576bc7bbd5708c1b (patch)
tree55daf1f2bbf11756205ec720fe53c3e4764912c9 /lib/CodeGen/AsmPrinter/DIE.h
parentd32d7a541ad874c8951d5348abe7d40d841db9c9 (diff)
downloadllvm-175a7809c82ff7f97f962510576bc7bbd5708c1b.tar.gz
llvm-175a7809c82ff7f97f962510576bc7bbd5708c1b.tar.bz2
llvm-175a7809c82ff7f97f962510576bc7bbd5708c1b.tar.xz
Remove unused function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183698 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DIE.h')
-rw-r--r--lib/CodeGen/AsmPrinter/DIE.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/CodeGen/AsmPrinter/DIE.h b/lib/CodeGen/AsmPrinter/DIE.h
index 27c17fcc16..bb58915f03 100644
--- a/lib/CodeGen/AsmPrinter/DIE.h
+++ b/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;