[PATCH][TUPLES] Tuplification of tree-ssa-math-opts.c

Doug Kwan (關振德) dougkwan@google.com
Tue Apr 8 18:08:00 GMT 2008


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 (關振德) 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.
>
>


More information about the Gcc-patches mailing list