Commit 392c64a0 by Kazu Hirata Committed by Kazu Hirata

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

From-SVN: r96111
parent 1ebf7687
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment