From: Kazu Hirata Date: Wed, 9 Mar 2005 11:34:38 +0000 (+0000) Subject: * tree-outof-ssa.c (num_nodes): Remove num_nodes. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=df0159b7aad3b3738e6663566e4b223cc8a1be7e;p=gcc.git * tree-outof-ssa.c (num_nodes): Remove num_nodes. From-SVN: r96186 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d73378d962d..10b0400db73 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 * tree-cfg.c (cleanup_control_flow): If removal of a computed diff --git a/gcc/tree-outof-ssa.c b/gcc/tree-outof-ssa.c index 9e40698a84f..651397126d8 100644 --- a/gcc/tree-outof-ssa.c +++ b/gcc/tree-outof-ssa.c @@ -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);