From 25e22dc0cb9714b9c85a057d72dc4c6a00d688ab Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Thu, 16 Aug 2001 17:41:05 +0200 Subject: Thu Aug 16 17:39:45 CEST 2001 Jan Hubicka * 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 --- gcc/output.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/output.h') 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 *)); -- cgit v1.1