diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2000-06-22 17:01:04 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2000-06-22 17:01:04 -0400 |
commit | 0d565768ab2fd9a3be34506b3d022b3a3eae575f (patch) | |
tree | 955852474d9da49965785fc754b93808138697e7 /gcc/toplev.c | |
parent | 655dc6eebfd39f08c7887a55a7c0895ac5e44b6e (diff) | |
download | gcc-0d565768ab2fd9a3be34506b3d022b3a3eae575f.zip gcc-0d565768ab2fd9a3be34506b3d022b3a3eae575f.tar.gz gcc-0d565768ab2fd9a3be34506b3d022b3a3eae575f.tar.bz2 |
toplev.c (compile_file): Always call timevar_print.
* toplev.c (compile_file): Always call timevar_print.
* Makefile.in (calls.o): Depend on TIMEVAR_H.
From-SVN: r34653
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 2757932..9076703 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -2451,8 +2451,7 @@ compile_file (name) /* Print the times. */ - if (! quiet_flag) - timevar_print (stderr); + timevar_print (stderr); } /* This is called from various places for FUNCTION_DECL, VAR_DECL, |