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]

Make iteration_info static


H.J. Lu writes:
 > I couldn't find anywhere iteration_info is used outside of unroll.c.
 > If it has to be global, the prototype should be in loop.h.

Yes, this can now be made static.

 > BTW, I don't know why config/c4x/c4x.c declares it. I didn't see it
 > use iteration_info.

This is no longer required since the C4x low overhead looping support
has been generalised and should shortly appear in loop.c.

Michael.


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