summaryrefslogtreecommitdiff
path: root/gcc/output.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-12-25 16:59:51 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-12-25 16:59:51 +0000
commitf9567f01d5da105421eb3e672fbf0ae7e28d9d72 (patch)
tree45ce0b16704506b682f3c11d643f3f48df97bee9 /gcc/output.h
parentf89071b3181de06ca5e468ad40535387f7b3d657 (diff)
downloadgcc-f9567f01d5da105421eb3e672fbf0ae7e28d9d72.tar.gz
* 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
Diffstat (limited to 'gcc/output.h')
-rw-r--r--gcc/output.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/output.h b/gcc/output.h
index 38278b768ad..39b24bf3228 100644
--- a/gcc/output.h
+++ b/gcc/output.h
@@ -23,9 +23,6 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
#ifndef GCC_OUTPUT_H
#define GCC_OUTPUT_H
-/* Compute branch alignments based on frequency information in the CFG. */
-extern void compute_alignments (void);
-
/* Initialize data in final at the beginning of a compilation. */
extern void init_final (const char *);