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][TUPLES] Tuplification of tree-ssa-math-opts.c


Thanks.  Should the GIMPLE API be updated as well? I don't see
gsi_start_phis() there.


2008/4/8 Diego Novillo <dnovillo@google.com>:
> On 4/4/08 7:53 PM, Doug Kwan (Ãö®¶¼w) wrote:
>
> > -      for (phi = phi_nodes (bb); phi; phi = PHI_CHAIN (phi))
> > +      for (gsi = gsi_start (phi_nodes (bb)); !gsi_end_p (gsi); gsi_next
> (&gsi))
> >
>
>  s/gsi_start (phi_nodes (bb))/gsi_start_phis (bb)/
>
>
>  OK with that change.
>
>
>
>  Diego.
>
>

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