diff options
author | reichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-02-24 21:47:26 +0000 |
---|---|---|
committer | reichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-02-24 21:47:26 +0000 |
commit | 822e391f5e0b9d59c77dce31ac9eafc807b4e096 (patch) | |
tree | 42ae786e6a9fe0fcb904dc11ee9e36ca7e2eb8a5 /gcc/ChangeLog.5 | |
parent | 349393288602ef00c04a3cc9e7f503b5692ba7a9 (diff) | |
download | gcc-822e391f5e0b9d59c77dce31ac9eafc807b4e096.tar.gz |
* ChangeLog.5: Fix log message typo(s).
* ChangeLog.7: Likewise.
* ChangeLog.tree-ssa: Likewise.
* cfgexpand.c: Fix comment typo(s).
* conflict.c: Likewise.
* defaults.h: Likewise.
* dwarf2out.c: Likewise.
* gcse.c: Likewise.
* ggc-page.c: Likewise.
* tree-eh.c: Likewise.
* tree-ssa-dom.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95516 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog.5')
-rw-r--r-- | gcc/ChangeLog.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog.5 b/gcc/ChangeLog.5 index e5c26cc1cd2..c5f3b54200f 100644 --- a/gcc/ChangeLog.5 +++ b/gcc/ChangeLog.5 @@ -3405,8 +3405,8 @@ Fri May 18 15:39:16 CEST 2001 Jan Hubicka <jh@suse.cz> what a basic block is, and what the various fields are used for. * flow.c (calculate_globlal_regs_live): Add documentation about how the algorithm works, and how we know that it will terminate. - Check that the the inductive assumption that guarantees - termination actually holds. + Check that the inductive assumption that guarantees termination + actually holds. (mark_used_regs): Treat conditionally set registers as used. (debug_regset): Add comment. * rtl.texi (cond_exec): Add documentation. |