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: RTL loop optimizer - new target hook in doloop_valid_p


On Tue, Jun 07, 2005 at 06:42:20PM +0200, Adrian Straetling wrote:
> Sorry for overlooking that. I guess that would be nice to have.
> With this patch doloop_valid_p also passes 'dump_file' to the target
> hook.  

I think I'd prefer that the hook return a "const char *",
rename the hook "invalid_within_doloop", and so NULL is a
natural result for valid.


r~


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