]> gcc.gnu.org Git - gcc.git/commit
final.c (shorten_branches): Clear the end of the label_align array only if we made...
authorZack Weinberg <zack@gcc.gnu.org>
Fri, 17 Aug 2001 01:27:49 +0000 (01:27 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Fri, 17 Aug 2001 01:27:49 +0000 (01:27 +0000)
commitd9b6874b0c8f24e6adb785121381c24f87c726c4
treed06379f9caf82cb62fa1d7889ebb1309f38e52b8
parent4266d0b2722db521925be85f61ca1fa643afe409
final.c (shorten_branches): Clear the end of the label_align array only if we made it larger.

* final.c (shorten_branches): Clear the end of the label_align
array only if we made it larger.  Break up messy expressions
for clarity.

* diagnostic.c (internal_error): Check for error recursion
before doing ICE suppression.

* timevar.c: Timing variables now count in milliseconds.
(init_timevar): Set up ticks_to_msec and clocks_to_msec here.
(get_time): Not here.
(timevar_print): Don't print any timer whose user, cpu, and
wall times are all zero as displayed.
* timevar.h: Update comment aboout units.  Make timevar
counters unsigned.

From-SVN: r44948
gcc/ChangeLog
gcc/diagnostic.c
gcc/final.c
gcc/timevar.c
gcc/timevar.h
This page took 0.053324 seconds and 5 git commands to generate.