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: [PATCH] Make SMS use doloop_condition_get


On Wed, 2005-06-01 at 10:04 -0600, Roger Sayle wrote:
> On Wed, 1 Jun 2005, Mostafa Hagog wrote:
> > 2005-06-01 Steven Bosscher  <stevenb@suse.de>
> >            Mostafa Hagog <mustafa@il.ibm.com>
> >
> >       * cfgloop.h (doloop_condition_get): Make external.
> >       * loop-doloop.c (doloop_condition_get): Generalize to make it
> >       usable in modulo-sched.c.
> >       * modulo-sched.c (doloop_register_get): Use
> >       doloop_condition_get instead of duplicating it.
> 
> 
> This is OK for mainline, thanks.

This patch breaks all targets that don't have HAVE_doloop_end defined.
(mips being the one I noticed).

Steven, can you fix this up? Thanks.

-eric


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