From: kazu Date: Wed, 20 Apr 2005 13:11:08 +0000 (+0000) Subject: * tree-ssa-phiopt.c: Fix comment typos. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=30c5ffd206890e3962200242992870d55adfb3ff;p=thirdparty%2Fgcc.git * tree-ssa-phiopt.c: Fix comment typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98456 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bb9d66abd92f..298e67a5178a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-04-20 Kazu Hirata + + * tree-ssa-phiopt.c: Fix comment typos. + 2005-04-19 Richard Henderson * builtins.c (expand_builtin_sync_operation): Revert last change. diff --git a/gcc/tree-ssa-phiopt.c b/gcc/tree-ssa-phiopt.c index b93540719932..bc284ece86ff 100644 --- a/gcc/tree-ssa-phiopt.c +++ b/gcc/tree-ssa-phiopt.c @@ -56,7 +56,7 @@ static basic_block *blocks_in_phiopt_order (void); Conditional Replacement ----------------------- - This transformation, implmented in conditional_replacement, + This transformation, implemented in conditional_replacement, replaces bb0: @@ -133,7 +133,7 @@ static basic_block *blocks_in_phiopt_order (void); bb2: x = PHI ; - A similar transformtion is done for MAX_EXPR. */ + A similar transformation is done for MAX_EXPR. */ static void tree_ssa_phiopt (void)