tree-optimize.c (tree_rest_of_compilation): Kill forgotten verify_cgraph call.
authorJan Hubicka <jh@suse.cz>
Sat, 18 Sep 2004 21:53:00 +0000 (23:53 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 18 Sep 2004 21:53:00 +0000 (21:53 +0000)
* tree-optimize.c (tree_rest_of_compilation): Kill forgotten
verify_cgraph call.

From-SVN: r87708

gcc/ChangeLog
gcc/tree-optimize.c

index 9cbeca88ec0c49351a2bf02e9564e2018c99ee96..64a20e65d9a2f814de4071d20df28759eb440a19 100644 (file)
@@ -1,3 +1,8 @@
+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,
index 9a18f37e0c53e934b7a7920809862b877facddc6..86b6014979944e34e75bd854c5f041a434d5d055 100644 (file)
@@ -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;