* tree-outof-ssa.c (num_nodes): Remove num_nodes.
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 9 Mar 2005 11:34:38 +0000 (11:34 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 9 Mar 2005 11:34:38 +0000 (11:34 +0000)
From-SVN: r96186

gcc/ChangeLog
gcc/tree-outof-ssa.c

index d73378d962da4d669856bb6e305e8dc6995c5110..10b0400db73831a2583a8a69542411ed56af4d21 100644 (file)
@@ -26,6 +26,8 @@
 
        * tree-into-ssa.c (ann): Remove ann.
 
+       * tree-outof-ssa.c (num_nodes): Remove num_nodes.
+
 2005-03-08  Jeff Law  <law@redhat.com>
 
        * tree-cfg.c (cleanup_control_flow): If removal of a computed
index 9e40698a84fd5548fb0defce8d9feed0e15f4eb8..651397126d8a7110d1b243bb8c0ff8d193843daf 100644 (file)
@@ -488,7 +488,6 @@ elim_create (elim_graph g, int T)
 static void
 eliminate_phi (edge e, elim_graph g)
 {
-  int num_nodes = 0;
   int x;
   basic_block B = e->dest;
 
@@ -499,7 +498,6 @@ eliminate_phi (edge e, elim_graph g)
   if (e->flags & EDGE_ABNORMAL)
     return;
 
-  num_nodes = num_var_partitions (g->map);
   g->e = e;
 
   eliminate_build (g, B);