diff options
| author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-17 01:27:04 +0000 |
|---|---|---|
| committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-17 01:27:04 +0000 |
| commit | 0334f35ce975b4b82a5efa9559739cd2d4c98eef (patch) | |
| tree | 51edb8c3f53be783752d3fb9dcbeddaf3cf7ad14 /gcc/rtl.h | |
| parent | 46a3cafbc55a1255588a363dd9a65f44726cf379 (diff) | |
| download | ppe42-gcc-0334f35ce975b4b82a5efa9559739cd2d4c98eef.tar.gz ppe42-gcc-0334f35ce975b4b82a5efa9559739cd2d4c98eef.zip | |
* loop.c (loop_optimize): Make it static.
* cfgloop.h: Remove the prototype for loop_optimize.
* rtl.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109795 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.h')
| -rw-r--r-- | gcc/rtl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index c1de092831b..5cd651c6060 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -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); |

