diff options
author | Jan Hubicka <jh@suse.cz> | 2001-08-17 15:45:59 +0200 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2001-08-17 13:45:59 +0000 |
commit | 3446405d5e9afd01c9afd6d6cc43803aa8c5890c (patch) | |
tree | 08b563d7aff17fe2722febc45e84ebe5f7d46180 /gcc/output.h | |
parent | 823e2b91bbec7d05748d0c0f9b08652e511808ef (diff) | |
download | gcc-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.h | 3 |
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 *)); |