diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-01-17 01:27:04 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-01-17 01:27:04 +0000 |
commit | 04578e6489394756890267456daa107a58f56fa7 (patch) | |
tree | 51edb8c3f53be783752d3fb9dcbeddaf3cf7ad14 /gcc/rtl.h | |
parent | 57c8b089a16407ddd2e9a2f70bb50e80abe10cb3 (diff) | |
download | gcc-04578e6489394756890267456daa107a58f56fa7.zip gcc-04578e6489394756890267456daa107a58f56fa7.tar.gz gcc-04578e6489394756890267456daa107a58f56fa7.tar.bz2 |
loop.c (loop_optimize): Make it static.
* loop.c (loop_optimize): Make it static.
* cfgloop.h: Remove the prototype for loop_optimize.
* rtl.h: Likewise.
From-SVN: r109795
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2000,7 +2000,6 @@ extern void print_inline_rtx (FILE *, rtx, int); /* In loop.c */ extern void init_loop (void); -extern void loop_optimize (rtx, FILE *, int); /* In bt-load.c */ extern void branch_target_load_optimize (bool); |