mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-13 19:25:24 +08:00
* sched-deps.c (cache_size): Make it static.
From-SVN: r96111
This commit is contained in:
parent
1ebf768753
commit
392c64a090
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user