Integrate exception filter support and exception catch support. This
authorDuncan Sands <baldrick@free.fr>
Sat, 2 Jun 2007 16:53:42 +0000 (16:53 +0000)
committerDuncan Sands <baldrick@free.fr>
Sat, 2 Jun 2007 16:53:42 +0000 (16:53 +0000)
commit73ef58ab92d5cd23b119b7f206e5f8a8c529098d
tree6cf1db0c4b0ff8d89c195a92d8d25d19b38b257c
parent02031c0ff8ad48acdb8c4a4058c4fafe600423e1
Integrate exception filter support and exception catch support.  This
simplifies the code in DwarfWriter, allows for multiple filters and
makes it trivial to specify filters accompanied by cleanups or catch-all
specifications (see next patch).  What a deal!  Patch blessed by Anton.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37398 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineModuleInfo.h
lib/CodeGen/DwarfWriter.cpp
lib/CodeGen/MachineModuleInfo.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp