* sched-deps.c (cache_size): Make it static.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 8 Mar 2005 16:19:35 +0000 (16:19 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 8 Mar 2005 16:19:35 +0000 (16:19 +0000)
From-SVN: r96111

gcc/ChangeLog
gcc/sched-deps.c

index d2e8a8f98ede237da2ca154e4fbe3b5c99211b40..3417d338f957cecc115acc3f87326a82b61d800b 100644 (file)
@@ -9,6 +9,8 @@
        * tree-flow.h: Remove the corresponding prototype.  Don't
        declare lower_data.
 
+       * sched-deps.c (cache_size): Make it static.
+
 2005-03-08  Julian Brown  <julian@codesourcery.com>
 
        * config/elfos.h (MAKE_DECL_ONE_ONLY): Redefined to stop DECL_WEAK
index 13dd6e784561ee1aaf37de1a135f92e1fecf43eb..933d74da60c7d8e5d22db6b988dff4ea8c00f296 100644 (file)
@@ -76,7 +76,7 @@ static enum reg_pending_barrier_mode reg_pending_barrier;
 static bitmap_head *true_dependency_cache;
 static bitmap_head *anti_dependency_cache;
 static bitmap_head *output_dependency_cache;
-int cache_size;
+static int cache_size;
 
 /* To speed up checking consistency of formed forward insn
    dependencies we use the following cache.  Another possible solution