Commit 0eac5feb by Jan Hubicka Committed by Jan Hubicka

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
parent 454ff5cb
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> 2004-09-18 Kazu Hirata <kazu@cs.umass.edu>
* alias.c, crtstuff.c, dbxout.c, domwalk.c, domwalk.h, gcc.c, * alias.c, crtstuff.c, dbxout.c, domwalk.c, domwalk.h, gcc.c,
......
...@@ -648,7 +648,7 @@ tree_rest_of_compilation (tree fndecl, bool nested_p) ...@@ -648,7 +648,7 @@ tree_rest_of_compilation (tree fndecl, bool nested_p)
if (!flag_unit_at_a_time) if (!flag_unit_at_a_time)
{ {
struct cgraph_edge *e; struct cgraph_edge *e;
verify_cgraph ();
while (node->callees) while (node->callees)
cgraph_remove_edge (node->callees); cgraph_remove_edge (node->callees);
node->callees = saved_node->callees; node->callees = saved_node->callees;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment