diff options
author | Kazu Hirata <kazu@hxi.com> | 2001-08-17 21:23:12 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2001-08-17 21:23:12 +0000 |
commit | 2d76cb1aba961fe2dc84fd3b1dad04181affd103 (patch) | |
tree | d04df8e015f11f7c3f1a689524aaa53d9d41c76a /gcc/timevar.c | |
parent | 171262081c9cd444023acbd55ef265e9cffcd47b (diff) | |
download | gcc-2d76cb1aba961fe2dc84fd3b1dad04181affd103.zip gcc-2d76cb1aba961fe2dc84fd3b1dad04181affd103.tar.gz gcc-2d76cb1aba961fe2dc84fd3b1dad04181affd103.tar.bz2 |
sbitmap.c: Fix comment formatting.
* sbitmap.c: Fix comment formatting.
* sched-deps.c: Likewise.
* sibcall.c: Likewise.
* simplify-rtx.c: Likewise.
* ssa.c: Likewise.
* ssa-ccp.c: Likewise.
* stor-layout.c: Likewise.
* timevar.c: Likewise.
* toplev.c: Likewise.
* unwind-dw2.c: Likewise.
* unwind-dw2-fde.c: Likewise.
* varasm.c: Likewise.
From-SVN: r44983
Diffstat (limited to 'gcc/timevar.c')
-rw-r--r-- | gcc/timevar.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/timevar.c b/gcc/timevar.c index b0e013d..09d453d 100644 --- a/gcc/timevar.c +++ b/gcc/timevar.c @@ -113,7 +113,7 @@ static int clocks_to_msec; /* See timevar.h for an explanation of timing variables. */ -/* This macro evaluates to non-zero if timing variables are enabled. */ +/* This macro evaluates to non-zero if timing variables are enabled. */ #define TIMEVAR_ENABLE (time_report) /* A timing variable. */ @@ -279,7 +279,7 @@ timevar_push (timevar) timevar_accumulate (&stack->timevar->elapsed, &start_time, &now); /* Reset the start time; from now on, time is attributed to - TIMEVAR. */ + TIMEVAR. */ start_time = now; /* See if we have a previously-allocated stack instance. If so, @@ -441,7 +441,7 @@ timevar_print (fp) timevar_accumulate (&stack->timevar->elapsed, &start_time, &now); /* Reset the start time; from now on, time is attributed to - TIMEVAR. */ + TIMEVAR. */ start_time = now; fputs (_("\nExecution times (seconds)\n"), fp); |