From edef547688623a10b30dcf4a207a3702277fd57d Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 20 Apr 2005 13:11:08 +0000 Subject: [PATCH] * tree-ssa-phiopt.c: Fix comment typos. From-SVN: r98456 --- gcc/ChangeLog | 4 ++++ gcc/tree-ssa-phiopt.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bb9d66abd92..298e67a5178 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 b9354071993..bc284ece86f 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) -- 2.30.2