diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-03-05 17:41:48 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-03-05 17:41:48 +0000 |
commit | fcea7c5ba8ff6a48540ea01cd81d5e4e0cd9dfcb (patch) | |
tree | 2574be101a0249c36a0abe0c0600c51a54e28aca /gcc/flow.c | |
parent | 77cbebb3a4b9f54a9e8bb5f77349912aa5069177 (diff) | |
download | gcc-fcea7c5ba8ff6a48540ea01cd81d5e4e0cd9dfcb.tar.gz |
* flow.c (recompute_reg_usage): Make it static.
* rtl.h: Remove the prototype for recompute_reg_usage.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111736 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/flow.c')
-rw-r--r-- | gcc/flow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/flow.c b/gcc/flow.c index ff03ca6fc2a..64d40925429 100644 --- a/gcc/flow.c +++ b/gcc/flow.c @@ -4409,7 +4409,7 @@ debug_regset (regset r) It might be worthwhile to update REG_LIVE_LENGTH, REG_BASIC_BLOCK and possibly other information which is used by the register allocators. */ -unsigned int +static unsigned int recompute_reg_usage (void) { allocate_reg_life_data (); |