* cfghooks.c (verify_flow_info): Remove local variable
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Mar 2005 15:15:26 +0000 (15:15 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Mar 2005 15:15:26 +0000 (15:15 +0000)
num_bb_notes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96024 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/cfghooks.c

index a7fc8e9..0594b9d 100644 (file)
@@ -32,6 +32,9 @@
        * tree-ssa-dce.c (control_dependence_map,
        visited_control_parents): Make them static.
 
+       * cfghooks.c (verify_flow_info): Remove local variable
+       num_bb_notes.
+
 2005-03-07  David Billinghurst <David.Billinghurst@riotinto.com>
 
        * config/i386/cygwin1.c(mingw_scan): Use xstrdup in calls to putenv.
index 0f0c230..c929cb0 100644 (file)
@@ -72,7 +72,7 @@ void
 verify_flow_info (void)
 {
   size_t *edge_checksum;
-  int num_bb_notes, err = 0;
+  int err = 0;
   basic_block bb, last_bb_seen;
   basic_block *last_visited;
 
@@ -215,7 +215,6 @@ verify_flow_info (void)
        err = 1;
       }
 
-  num_bb_notes = 0;
   last_bb_seen = ENTRY_BLOCK_PTR;
 
   /* Clean up.  */