From: Jan Hubicka Date: Sat, 18 Sep 2004 21:53:00 +0000 (+0200) Subject: tree-optimize.c (tree_rest_of_compilation): Kill forgotten verify_cgraph call. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0eac5febe66effbc6fae3b6945e108fac736b4e6;p=gcc.git tree-optimize.c (tree_rest_of_compilation): Kill forgotten verify_cgraph call. * tree-optimize.c (tree_rest_of_compilation): Kill forgotten verify_cgraph call. From-SVN: r87708 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9cbeca88ec0..64a20e65d9a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-09-18 Jan Hubicka + + * tree-optimize.c (tree_rest_of_compilation): Kill forgotten + verify_cgraph call. + 2004-09-18 Kazu Hirata * alias.c, crtstuff.c, dbxout.c, domwalk.c, domwalk.h, gcc.c, diff --git a/gcc/tree-optimize.c b/gcc/tree-optimize.c index 9a18f37e0c5..86b60149799 100644 --- a/gcc/tree-optimize.c +++ b/gcc/tree-optimize.c @@ -648,7 +648,7 @@ tree_rest_of_compilation (tree fndecl, bool nested_p) if (!flag_unit_at_a_time) { struct cgraph_edge *e; - verify_cgraph (); + while (node->callees) cgraph_remove_edge (node->callees); node->callees = saved_node->callees;