aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/DwarfException.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-03-12 18:49:32 +0000
committerChris Lattner <sabre@nondot.org>2010-03-12 18:49:32 +0000
commit0d941c15c0c88e062b548b74e0805e0ffb7427fe (patch)
tree0a4753a0ee56da63cc2ad638f679c5034ae9b16d /lib/CodeGen/AsmPrinter/DwarfException.h
parentb0f129a5d9e07870b3cd69b3a61fb69554ae774d (diff)
downloadexternal_llvm-0d941c15c0c88e062b548b74e0805e0ffb7427fe.zip
external_llvm-0d941c15c0c88e062b548b74e0805e0ffb7427fe.tar.gz
external_llvm-0d941c15c0c88e062b548b74e0805e0ffb7427fe.tar.bz2
remove dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98365 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfException.h')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfException.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfException.h b/lib/CodeGen/AsmPrinter/DwarfException.h
index 3db1a00..274d1a4 100644
--- a/lib/CodeGen/AsmPrinter/DwarfException.h
+++ b/lib/CodeGen/AsmPrinter/DwarfException.h
@@ -169,11 +169,6 @@ class DwarfException : public DwarfPrinter {
const SmallVectorImpl<unsigned> &FirstActions);
void EmitExceptionTable();
- /// CreateLabelDiff - Emit a label and subtract it from the expression we
- /// already have. This is equivalent to emitting "foo - .", but we have to
- /// emit the label for "." directly.
- const MCExpr *CreateLabelDiff(const MCExpr *ExprRef, const char *LabelName,
- unsigned Index);
public:
//===--------------------------------------------------------------------===//
// Main entry points.