tree-ssa-phiprop.c: use gimple_phi
commitf031545c87cc03c0d604ada34ebc7d4516f8356a
authorDavid Malcolm <dmalcolm@redhat.com>
Tue, 10 Dec 2013 21:26:24 +0000 (10 16:26 -0500)
committerDavid Malcolm <dmalcolm@redhat.com>
Fri, 24 Oct 2014 21:23:49 +0000 (24 17:23 -0400)
treea3c3a72f4c4631447f86155a1ee4dbb377b4f4b6
parent0ddcbc11e4a1c4761533c29a8f3c3814efbe045e
tree-ssa-phiprop.c: use gimple_phi

This corresponds to:
  [PATCH 13/89] tree-ssa-phiprop.c: use gimple_phi
  https://gcc.gnu.org/ml/gcc-patches/2014-04/msg01235.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/msg00622.html

gcc/
* tree-ssa-phiprop.c (phiprop_insert_phi): Strengthen types of
parameter "phi" and local "new_phi" from gimple to gimple_phi.
gcc/ChangeLog.gimple-classes
gcc/tree-ssa-phiprop.c