mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
Make sure only one copy of a filter is placed in the
exception handling table if we encounter it multiple times. Filters could be folded harder than this, but that would mean a lot more work for not much gain. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37908 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1022,6 +1022,11 @@ private:
|
||||
//
|
||||
std::vector<unsigned> FilterIds;
|
||||
|
||||
// FilterEnds - List of the indices in FilterIds corresponding to filter
|
||||
// terminators.
|
||||
//
|
||||
std::vector<unsigned> FilterEnds;
|
||||
|
||||
// Personalities - Vector of all personality functions ever seen. Used to emit
|
||||
// common EH frames.
|
||||
std::vector<Function *> Personalities;
|
||||
|
||||
Reference in New Issue
Block a user