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 Thu, Jun 02, 2005 at 11:23:05PM +0200, Steven Bosscher wrote:
> That is correct, and it has been like that from the beginning.  SMS only
> handles doloops right now.  I considered wrapping the entire pass in #if
> HAVE_doloop_end, but I guess someone somewhen will want to make it work
> on other loops as well.  If you prefer wrapping the entire file, just let
> me know and I'll post a new patch.

What I'd prefer is handling other kinds of loops.  What's interesting
about doloop in the first place?  It's just a specialized form of a
count-down loop...


r~


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