aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog.tree-ssa
diff options
context:
space:
mode:
authorVolker Reichelt <reichelt@gcc.gnu.org>2005-02-24 21:47:26 +0000
committerVolker Reichelt <reichelt@gcc.gnu.org>2005-02-24 21:47:26 +0000
commit3f1176568bb51d0d953470763a715ec12dcbfea6 (patch)
tree42ae786e6a9fe0fcb904dc11ee9e36ca7e2eb8a5 /gcc/ChangeLog.tree-ssa
parentdf8a7c49f1a2f11300ac0405bb50bce188d64e0e (diff)
downloadgcc-3f1176568bb51d0d953470763a715ec12dcbfea6.zip
gcc-3f1176568bb51d0d953470763a715ec12dcbfea6.tar.gz
gcc-3f1176568bb51d0d953470763a715ec12dcbfea6.tar.bz2
ChangeLog.5: Fix log message typo(s).
* 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. From-SVN: r95516
Diffstat (limited to 'gcc/ChangeLog.tree-ssa')
-rw-r--r--gcc/ChangeLog.tree-ssa8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ChangeLog.tree-ssa b/gcc/ChangeLog.tree-ssa
index cf077aa..4f22a6e 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>