* cfgcleanup.c (outgoing_edges_match): Clean up search of outgoing
commit48afdfa7058ce5a839310e91806730cf9b28c0c5
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Jul 2004 12:58:38 +0000 (22 12:58 +0000)
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Jul 2004 12:58:38 +0000 (22 12:58 +0000)
treebaea29f996cf4c841d798f784def40ab932e9bdf
parent61acaf81b3228e15e50c65a63ed4520432d95d42
* cfgcleanup.c (outgoing_edges_match): Clean up search of outgoing
edges.  Don't test e1 and e2 for non-null values--check the edge
counts instead.
* tree-ssa-dce.c (remove_dead_stmt): Remove erroneous VEC_pop.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/edge-vector-branch@85048 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog.vec
gcc/cfgcleanup.c
gcc/tree-ssa-dce.c