This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Keeping unreachable code


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]