aboutsummaryrefslogtreecommitdiff
path: root/gcc/output.h
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2001-08-16 17:41:05 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2001-08-16 15:41:05 +0000
commit25e22dc0cb9714b9c85a057d72dc4c6a00d688ab (patch)
tree80f7f087ef4086f375aabc690b443d6bc9622d94 /gcc/output.h
parent7256efa629eaade7e927099a12ecd5ad305f118b (diff)
downloadgcc-25e22dc0cb9714b9c85a057d72dc4c6a00d688ab.zip
gcc-25e22dc0cb9714b9c85a057d72dc4c6a00d688ab.tar.gz
gcc-25e22dc0cb9714b9c85a057d72dc4c6a00d688ab.tar.bz2
Thu Aug 16 17:39:45 CEST 2001 Jan Hubicka <jh@suse.cz>
* function.c (put_var_into_stack): Temporarily clear DECL_RTL. (assign_params): Avoid setting DECL_RTL to unfinished RTX. (expand_function_start): Likewise. * stmt.c (expand_decl): Likewise. * varasm.c (make_decl_rtx): Likewise. From-SVN: r44940
Diffstat (limited to 'gcc/output.h')
-rw-r--r--gcc/output.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/output.h b/gcc/output.h
index a72f80d..c2cf497 100644
--- a/gcc/output.h
+++ b/gcc/output.h
@@ -20,6 +20,9 @@ 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 *));