tree-ssa-live.c (calculate_live_on_entry): Fix warnings with --disable-checking.
authorDiego Novillo <dnovillo@redhat.com>
Tue, 28 Sep 2004 18:14:33 +0000 (18:14 +0000)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Tue, 28 Sep 2004 18:14:33 +0000 (14:14 -0400)
* tree-ssa-live.c (calculate_live_on_entry): Fix warnings
with --disable-checking.

From-SVN: r88241

gcc/ChangeLog
gcc/tree-ssa-live.c

index 5e490f97c53261c9b5854bf54f93a96bf93f6629..1b3287528fc8a3838603321fb4f00cb65d60c194 100644 (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.
index d716a7e76aeb1406b2c4a895aa34fa780736e60c..3a6e603e0a999db28b0faad1f8014b6aeeba91ff 100644 (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 ();