* tree-optimize.c (tree_rest_of_compilation): Kill forgotten
verify_cgraph call.
From-SVN: r87708
+2004-09-18 Jan Hubicka <jh@suse.cz>
+
+ * tree-optimize.c (tree_rest_of_compilation): Kill forgotten
+ verify_cgraph call.
+
2004-09-18 Kazu Hirata <kazu@cs.umass.edu>
* alias.c, crtstuff.c, dbxout.c, domwalk.c, domwalk.h, gcc.c,
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;