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

Diego Novillo dnovillo@google.com
Tue Apr 8 17:38:00 GMT 2008


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