diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-26 15:19:06 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-26 15:19:06 +0000 |
commit | 9a35b648d4858ac68c39a985b4fcb38649b3b337 (patch) | |
tree | 6424ff69f6fae47ba0b6239a1c29e1973c0dafc6 /gcc/flags.h | |
parent | b74a19516b85ecb4930a5f84a620df71c3d4da5f (diff) | |
download | gcc-9a35b648d4858ac68c39a985b4fcb38649b3b337.tar.gz |
* flags.h (time_report): Remove.
* timevar.c (timevar_enable): New.
(TIMEVAR_ENABLE): Remove, use timevar_enable.
(timevar_init): Rename from init_timevar.
* timevar.h (timevar_init): Rename from init_timevar.
* toplev.c (time_report): Make static.
(do_compile): Conditionally call init_timevar first.
(preprocess_options): Move some code to do_compile.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66110 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/flags.h')
-rw-r--r-- | gcc/flags.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/flags.h b/gcc/flags.h index e02c3de6c26..982cb933159 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -72,10 +72,6 @@ extern int optimize_size; extern int quiet_flag; -/* Print times taken by the various passes. -ftime-report. */ - -extern int time_report; - /* Print memory still in use at end of compilation (which may have little to do with peak memory consumption). -fmem-report. */ |