projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27fb79a
)
Ayee, missed a file.
author
Steven Bosscher
<steven@gcc.gnu.org>
Mon, 9 Aug 2004 17:05:25 +0000
(17:05 +0000)
committer
Steven Bosscher
<steven@gcc.gnu.org>
Mon, 9 Aug 2004 17:05:25 +0000
(17:05 +0000)
From-SVN: r85719
gcc/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 3a7866cab8a35b3bb8ee372e39d904c5b25af684..86630ec35d5923782e7047535e9eaf3b80497051 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-16,6
+16,8
@@
(one_cprop_pass): Initialize const/cprop counters to zero.
Print out results of local and global const/cprop separately.
(bypass_block): Break over-length line.
+ * Makefile.in (gcse.o): Add TIMEVAR_H dependency. Fix dependencies
+ for bb-reorder.o and tracer.o.
2004-08-09 Paolo Bonzini <bonzini@gnu.org>