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
This commit is contained in:
Diego Novillo 2004-09-28 18:14:33 +00:00 committed by Diego Novillo
parent 56bac5af0f
commit c3b8e9aa7f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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 ();