diff options
Diffstat (limited to 'gcc/output.h')
| -rw-r--r-- | gcc/output.h | 3 |
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 *)); |
