This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: -fssa is broken
- To: Clinton Popetz <cpopetz at cygnus dot com>
- Subject: Re: -fssa is broken
- From: Richard Henderson <rth at cygnus dot com>
- Date: Fri, 19 May 2000 12:17:26 -0700
- Cc: Andreas Jaeger <aj at suse dot de>, gcc-patches at gcc dot gnu dot org, Alex Samuel <samuel at codesourcery dot com>, Ulrich Drepper <drepper at cygnus dot com>
- References: <u8em719tjz.fsf@gromit.rhein-neckar.de> <20000518210103.C11020@cygnus.com> <20000519121021.A5529@cpopetz.com>
On Fri, May 19, 2000 at 12:10:21PM -0500, Clinton Popetz wrote:
> * ssa.c (convert_from_ssa): Tell life_analysis we need death notes.
> (make_regs_equivalent_over_bad_edges): Only look at abnormal
> critical edges.
This is obviously correct. Thanks for tracking this down.
r~