aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/DwarfException.h
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2009-08-17 16:41:22 +0000
committerJim Grosbach <grosbach@apple.com>2009-08-17 16:41:22 +0000
commit8b818d7e98309125c6058c4ea72a7dc73b031db2 (patch)
treeb1fdcb9eeb803162a4a2876f6ac49a5bb3f63ad7 /lib/CodeGen/AsmPrinter/DwarfException.h
parent2a5e23b44ddf1efde1d98bd3379489d93a90d55a (diff)
downloadexternal_llvm-8b818d7e98309125c6058c4ea72a7dc73b031db2.zip
external_llvm-8b818d7e98309125c6058c4ea72a7dc73b031db2.tar.gz
external_llvm-8b818d7e98309125c6058c4ea72a7dc73b031db2.tar.bz2
Move the sjlj exception handling conversions to a back-end pass where they
more properly belong. This allows removing the front-end conditionalized SJLJ code, and cleans up the generated IR considerably. All of the infrastructure code (calling _Unwind_SjLj_Register/Unregister, etc) is added by the SjLjEHPrepare pass. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79250 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfException.h')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfException.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfException.h b/lib/CodeGen/AsmPrinter/DwarfException.h
index ee390cf..e165df4 100644
--- a/lib/CodeGen/AsmPrinter/DwarfException.h
+++ b/lib/CodeGen/AsmPrinter/DwarfException.h
@@ -155,7 +155,6 @@ class VISIBILITY_HIDDEN DwarfException : public Dwarf {
/// of any entry - they form gaps in the table. Entries must be ordered by
/// try-range address.
void ComputeCallSiteTable(SmallVectorImpl<CallSiteEntry> &CallSites,
- std::map<unsigned,CallSiteEntry*> &CallSiteIndexMap,
const RangeMapType &PadMap,
const SmallVectorImpl<const LandingPadInfo *> &LPs,
const SmallVectorImpl<unsigned> &FirstActions);