Keeping unreachable code
Richard Henderson
rth@redhat.com
Mon Feb 4 17:13:00 GMT 2002
On Mon, Feb 04, 2002 at 01:42:14PM +0100, Casper Hornstrup wrote:
> 2) create edges. Since this is to be integrated with the current exception
> handling implementation I prefer 2). Which function can I use to create
> these edges with?
Try make_edge.
Though to support SEH type filters properly you'll want to also create
a new eh_region_type so that you can remove the filters when they are
in fact dead.
r~
More information about the Gcc
mailing list