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]

Re: Loop clean up fixes


On Fri, Jan 21, 2000 at 10:23:50AM -0200, Alexandre Oliva wrote:
>    /* Auxiliary info specific to a pass.  */
> -  void *info;
> +  struct loop_info *info;

If it really is pass-specific info, I think it ought to be

  void *aux;

just like in basic_block and edge.


r~

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