Re: [PATCH 15/89] tree-ssa-loop-manip.c: use gimple_phi in three places
On 04/21/14 10:56, David Malcolm wrote: gcc/ * tree-ssa-loop-manip.c (add_exit_phi): Convert local "phi" to be a gimple_phi. (split_loop_exit_edge): Likewise for "phi" and "new_phi". OK when prerequisites have gone in. jeff
[PATCH 15/89] tree-ssa-loop-manip.c: use gimple_phi in three places
gcc/ * tree-ssa-loop-manip.c (add_exit_phi): Convert local "phi" to be a gimple_phi. (split_loop_exit_edge): Likewise for "phi" and "new_phi". --- gcc/tree-ssa-loop-manip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/tree-ssa-loop-manip.c b/g