This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] Make argument of just_once_each_iteration_p const
- From: Richard Henderson <rth at redhat dot com>
- To: Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 16 May 2005 20:54:44 -0700
- Subject: Re: [patch] Make argument of just_once_each_iteration_p const
- References: <20050516191026.GA16082@atrey.karlin.mff.cuni.cz>
On Mon, May 16, 2005 at 09:10:26PM +0200, Zdenek Dvorak wrote:
> * cfgloop.h (just_once_each_iteration_p): Declaration changed.
> * cfgloopanal.c (just_once_each_iteration_p): Make the loop argument
> const.
Ok.
r~