diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-11-08 19:05:12 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-11-08 19:05:12 +0000 |
commit | 6058028632c72f1c62ea6e526127a33e2236e2a4 (patch) | |
tree | 1eb8e87ef523b4daeab8da23c4c959c966c36329 /gcc/basic-block.h | |
parent | 2f2b4a02c7e73283f22625c2e0b6831c80789f83 (diff) | |
download | gcc-6058028632c72f1c62ea6e526127a33e2236e2a4.tar.gz |
flow.c (allocate_bb_life_data): Make it static.
* flow.c (allocate_bb_life_data): Make it static.
* basic-block.h: Remove the corresponding prototype.
From-SVN: r90282
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r-- | gcc/basic-block.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h index 4775956b288..daa4b33fc22 100644 --- a/gcc/basic-block.h +++ b/gcc/basic-block.h @@ -745,7 +745,6 @@ extern basic_block debug_bb_n (int); extern void dump_regset (regset, FILE *); extern void debug_regset (regset); extern void allocate_reg_life_data (void); -extern void allocate_bb_life_data (void); extern void expunge_block (basic_block); extern void link_block (basic_block, basic_block); extern void unlink_block (basic_block); |