aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-03-05 17:41:48 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-03-05 17:41:48 +0000
commita678e384b91196c50d3190dc1c6f961737e244c5 (patch)
tree2574be101a0249c36a0abe0c0600c51a54e28aca /gcc/flow.c
parentb00bf1661f4755fa203e44b98ba5b9a8de8c4355 (diff)
downloadgcc-a678e384b91196c50d3190dc1c6f961737e244c5.zip
gcc-a678e384b91196c50d3190dc1c6f961737e244c5.tar.gz
gcc-a678e384b91196c50d3190dc1c6f961737e244c5.tar.bz2
flow.c (recompute_reg_usage): Make it static.
* flow.c (recompute_reg_usage): Make it static. * rtl.h: Remove the prototype for recompute_reg_usage. From-SVN: r111736
Diffstat (limited to 'gcc/flow.c')
-rw-r--r--gcc/flow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/flow.c b/gcc/flow.c
index ff03ca6..64d4092 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 ();