Makefile.in (tracer.o, [...]): Depend on timevar.h
authorSteven Bosscher <stevenb@suse.de>
Thu, 18 Dec 2003 17:07:24 +0000 (17:07 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Thu, 18 Dec 2003 17:07:24 +0000 (17:07 +0000)
commit38700ceee72fb7b538a291c7e69e0d86f08f8fba
tree02ee9c392331f8b4680db305916ff07138f9fa99
parenta7296ae157c63b44cb2c950fb4a3cc91131b521d
Makefile.in (tracer.o, [...]): Depend on timevar.h

* Makefile.in (tracer.o, bb-reorder.o): Depend on timevar.h
* toplev.c (rest_of_handle_reorder_blocks, rest_of_handle_tracer):
Don't push and pop TV_REORDER_BLOCKS timevars, do it...
* bb-reorder.c (reorder_basic_blocks): ...here, and...
* tracer.c (tracer): here.

From-SVN: r74786
gcc/ChangeLog
gcc/Makefile.in
gcc/bb-reorder.c
gcc/toplev.c
gcc/tracer.c