OSDN Git Service

* final.c (compute_alignments): Make it static.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 25 Dec 2005 16:59:51 +0000 (16:59 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 25 Dec 2005 16:59:51 +0000 (16:59 +0000)
commitf9567f01d5da105421eb3e672fbf0ae7e28d9d72
tree45ce0b16704506b682f3c11d643f3f48df97bee9
parentf89071b3181de06ca5e468ad40535387f7b3d657
* final.c (compute_alignments): Make it static.
* gcse.c (gcse_main, bypass_jumps): Likewise.
* web.c (web_main): Likewise.
* output.h: Remove the prototype for compute_alignments.
* rtl.h: Remove the prototypes for web_main, gcse_main, and
bypass_jumps.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109051 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/final.c
gcc/gcse.c
gcc/output.h
gcc/rtl.h
gcc/web.c