]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* tree-ssa-phiopt.c: Fix comment typos.
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 20 Apr 2005 13:11:08 +0000 (13:11 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 20 Apr 2005 13:11:08 +0000 (13:11 +0000)
From-SVN: r98456

gcc/ChangeLog
gcc/tree-ssa-phiopt.c

index bb9d66abd92fbc56cd868fb01bce43463d2bd4cf..298e67a5178ab0e51087e69cf338009c5a8e4fe6 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-20  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * tree-ssa-phiopt.c: Fix comment typos.
+
 2005-04-19  Richard Henderson  <rth@redhat.com>
 
        * builtins.c (expand_builtin_sync_operation): Revert last change.
index b935407199324618745b39d83c374c69a60e7d33..bc284ece86ff84b19a9c674f37e3f7aa897ee71e 100644 (file)
@@ -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 <x' (bb0), ...>;
 
-   A similar transformtion is done for MAX_EXPR.  */
+   A similar transformation is done for MAX_EXPR.  */
 
 static void
 tree_ssa_phiopt (void)