Commit c3b8e9aa by Diego Novillo Committed by Diego Novillo

tree-ssa-live.c (calculate_live_on_entry): Fix warnings with --disable-checking.

	* tree-ssa-live.c (calculate_live_on_entry): Fix warnings
	with --disable-checking.

From-SVN: r88241
parent 56bac5af
2004-09-28 Diego Novillo <dnovillo@redhat.com>
* tree-ssa-live.c (calculate_live_on_entry): Fix warnings
with --disable-checking.
2004-09-28 Devang Patel <dpatel@apple.com>
* tree-pretty-print.c (dump_generic_node): Print vector types.
......
......@@ -570,8 +570,8 @@ calculate_live_on_entry (var_map map)
bitmap_iterator bi;
#ifdef ENABLE_CHECKING
int num;
#endif
edge_iterator ei;
#endif
saw_def = BITMAP_XMALLOC ();
......
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