* sched-deps.c (cache_size): Make it static.

From-SVN: r96111
This commit is contained in:
Kazu Hirata 2005-03-08 16:19:35 +00:00 committed by Kazu Hirata
parent 1ebf768753
commit 392c64a090
2 changed files with 3 additions and 1 deletions

View 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

View 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