This is the mail archive of the gcc-patches@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: Question about apparently obsolete comment in gcse.c


On Mon, Jun 07, 2004 at 06:53:53PM +0200, Steven Bosscher wrote:
> Actually, wouldn't this do the trick too?  This doesn't handle the
> non-local label case mentioned in the comment before the function,
> but the existing check doesn't do that either.

I'd just as soon you check the edges to check the conditions
mentioned in the comment.  That's *definitely* the most correct
thing to do.

And it shouldn't take very long at all, since if there are any
abnormal edges, all but the single fallthru edge will be abnormal.


r~


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