On 04/21/14 10:57, David Malcolm wrote:
gcc/ * gimple.h (gimple_phi_arg_location_from_edge): Require a gimple_phi.* tree-parloops.c (create_parallel_loop): Split up local variable "stmt", introducing other locals for the various statements created by this function. Reuse "stmt" within the phi-handling code, and change to type gimple_phi, since this is the only remaining "non-phi" user of gimple_phi_arg_location_from_edge.
OK once prerequisites have gone in Thanks, jefff