diff options
Diffstat (limited to 'gcc/bb-reorder.c')
-rw-r--r-- | gcc/bb-reorder.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/bb-reorder.c b/gcc/bb-reorder.c index bf8c6afe05f..9428ef3b923 100644 --- a/gcc/bb-reorder.c +++ b/gcc/bb-reorder.c @@ -1,5 +1,6 @@ /* Basic block reordering routines for the GNU compiler. - Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2000, 2002, 2003, 2004, 2005, 2006, 2007 + Free Software Foundation, Inc. This file is part of GCC. @@ -1841,7 +1842,7 @@ fix_edges_for_rarely_executed_code (edge *crossing_edges, if (!HAS_LONG_UNCOND_BRANCH) { fix_crossing_unconditional_branches (); - reg_scan (get_insns(), max_reg_num ()); + reg_scan (get_insns (), max_reg_num ()); } add_reg_crossing_jump_notes (); @@ -2191,7 +2192,7 @@ partition_hot_cold_basic_blocks (void) free (crossing_edges); - cfg_layout_finalize(); + cfg_layout_finalize (); } static bool |