aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/ia64
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-08-18 19:43:30 -0700
committerRichard Henderson <rth@gcc.gnu.org>2001-08-18 19:43:30 -0700
commiteced69b5ddee64392882fe9f0c9675bef645dbfc (patch)
treec43bbd5700bc12e176cc6512cf285b0c642a78f1 /gcc/config/ia64
parentb36d8fb47abed24594ccaf2f2a8bc3486787535a (diff)
downloadgcc-eced69b5ddee64392882fe9f0c9675bef645dbfc.zip
gcc-eced69b5ddee64392882fe9f0c9675bef645dbfc.tar.gz
gcc-eced69b5ddee64392882fe9f0c9675bef645dbfc.tar.bz2
timevar.def (TV_MACH_DEP): New.
* timevar.def (TV_MACH_DEP): New. * toplev.c (rest_of_compilation): Use it. * config/ia64/ia64.c (ia64_reorg): Push to TV_SCHED2. From-SVN: r45017
Diffstat (limited to 'gcc/config/ia64')
-rw-r--r--gcc/config/ia64/ia64.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/ia64/ia64.c b/gcc/config/ia64/ia64.c
index 360e2b3..52fc6e5 100644
--- a/gcc/config/ia64/ia64.c
+++ b/gcc/config/ia64/ia64.c
@@ -43,6 +43,7 @@ Boston, MA 02111-1307, USA. */
#include "basic-block.h"
#include "toplev.h"
#include "sched-int.h"
+#include "timevar.h"
#include "target.h"
#include "target-def.h"
@@ -6562,9 +6563,11 @@ ia64_reorg (insns)
if (ia64_flag_schedule_insns2)
{
+ timevar_push (TV_SCHED2);
ia64_final_schedule = 1;
schedule_ebbs (rtl_dump_file);
ia64_final_schedule = 0;
+ timevar_pop (TV_SCHED2);
/* This relies on the NOTE_INSN_BASIC_BLOCK notes to be in the same
place as they were during scheduling. */