tree-ssa-loop-manip.c: use gimple_phi in three places
commitd8785b834b9b2f1a9e898d1eab5a0dbf0eeb0c4c
authorDavid Malcolm <dmalcolm@redhat.com>
Tue, 10 Dec 2013 21:37:57 +0000 (10 16:37 -0500)
committerDavid Malcolm <dmalcolm@redhat.com>
Fri, 24 Oct 2014 21:23:52 +0000 (24 17:23 -0400)
tree5965fd701a525094195dad7da0c07632653bbec4
parent209173912f7e8826d1cefbe5b557f8cd06ff12c0
tree-ssa-loop-manip.c: use gimple_phi in three places

This corresponds to:
  [PATCH 15/89] tree-ssa-loop-manip.c: use gimple_phi in three places
  https://gcc.gnu.org/ml/gcc-patches/2014-04/msg01217.html
from the original 89-patch kit

That earlier patch was approved by Jeff:
> OK when prerequisites have gone in.
in https://gcc.gnu.org/ml/gcc-patches/2014-05/msg00625.html

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/ChangeLog.gimple-classes
gcc/tree-ssa-loop-manip.c