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.tree-ssa | |
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.tree-ssa')
-rw-r--r-- | gcc/ChangeLog.tree-ssa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ChangeLog.tree-ssa b/gcc/ChangeLog.tree-ssa index cf077aa1e36..4f22a6e77c8 100644 --- a/gcc/ChangeLog.tree-ssa +++ b/gcc/ChangeLog.tree-ssa @@ -3420,7 +3420,7 @@ * tree-alias-common.c (find_func_aliases): Do not call intra_function_call for languages assuring no aliasing between - arguments (by themselves) and and global memory. + arguments (by themselves) and global memory. 2003-12-21 Jan Hubicka <jh@suse.cz> @@ -7693,7 +7693,7 @@ (finalize): Free allocations. (cfg_blocks_empty): New. Is cfg_blocks queue list. (cfg_blocks_add): New. Add a basic block to cfg_blocks list. - (cfg_blocks_pop): New. Get a a basic_block form the list. + (cfg_blocks_pop): New. Get a basic_block from the list. 2003-09-18 Richard Henderson <rth@redhat.com> @@ -9565,7 +9565,7 @@ (optimize_stmt): Don't abort if a statement makes more than one definition. Check for MODIFY_EXPR statements directly, instead of relying on - the the presence of a single definition. + the presence of a single definition. * tree-ssa-pre.c (tree_perform_ssapre): Call dump_function_to_file instead of dump_function. * tree-ssa.c (rewrite_into_ssa): Likewise. @@ -15291,7 +15291,7 @@ * tree-ssa-dce (tree_ssa_eliminate_dead_code): Initialize prev to NULL_TREE. Don't close dump_file until end of function. - Dump the the tree after DCE for -fdump-tree-dce. + Dump the tree after DCE for -fdump-tree-dce. 2002-10-08 Richard Henderson <rth@redhat.com> Jason Merrill <jason@redhat.com> |