diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-17 21:23:12 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-17 21:23:12 +0000 |
commit | 1be87b7252bb4b5936fc2ebebdcb9f18bed35bae (patch) | |
tree | d04df8e015f11f7c3f1a689524aaa53d9d41c76a /gcc/timevar.c | |
parent | 6eb959329f3e10ce3d614e2701a701d89f95cb35 (diff) | |
download | gcc-1be87b7252bb4b5936fc2ebebdcb9f18bed35bae.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44983 138bc75d-0d04-0410-961f-82ee72b054a4
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 b0e013d39fe..09d453d52c8 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); |