Commit 50f63b1a by Kazu Hirata Committed by Kazu Hirata

cfghooks.c (verify_flow_info): Remove local variable num_bb_notes.

	* cfghooks.c (verify_flow_info): Remove local variable
	num_bb_notes.

From-SVN: r96024
parent 1f43e92e
......@@ -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.
......
......@@ -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. */
......
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