aboutsummaryrefslogtreecommitdiff
path: root/gcc/output.h
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2001-08-17 15:45:59 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2001-08-17 13:45:59 +0000
commit3446405d5e9afd01c9afd6d6cc43803aa8c5890c (patch)
tree08b563d7aff17fe2722febc45e84ebe5f7d46180 /gcc/output.h
parent823e2b91bbec7d05748d0c0f9b08652e511808ef (diff)
downloadgcc-3446405d5e9afd01c9afd6d6cc43803aa8c5890c.zip
gcc-3446405d5e9afd01c9afd6d6cc43803aa8c5890c.tar.gz
gcc-3446405d5e9afd01c9afd6d6cc43803aa8c5890c.tar.bz2
final.c: Undo my previous accidental checkin.
* final.c: Undo my previous accidental checkin. * output.h: Likewise. * tm.texi: Likewise. From-SVN: r44960
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 6b8ffbc..b5aea51 100644
--- a/gcc/output.h
+++ b/gcc/output.h
@@ -20,9 +20,6 @@ along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-/* Compute branch alignments based on frequency information in the CFG. */
-extern void compute_alignments PARAMS ((void));
-
/* Initialize data in final at the beginning of a compilation. */
extern void init_final PARAMS ((const char *));