Commit edef5476 by Kazu Hirata Committed by Kazu Hirata

* tree-ssa-phiopt.c: Fix comment typos.

From-SVN: r98456
parent fc0ad8d9
2005-04-20 Kazu Hirata <kazu@cs.umass.edu>
* tree-ssa-phiopt.c: Fix comment typos.
2005-04-19 Richard Henderson <rth@redhat.com> 2005-04-19 Richard Henderson <rth@redhat.com>
* builtins.c (expand_builtin_sync_operation): Revert last change. * builtins.c (expand_builtin_sync_operation): Revert last change.
......
...@@ -56,7 +56,7 @@ static basic_block *blocks_in_phiopt_order (void); ...@@ -56,7 +56,7 @@ static basic_block *blocks_in_phiopt_order (void);
Conditional Replacement Conditional Replacement
----------------------- -----------------------
This transformation, implmented in conditional_replacement, This transformation, implemented in conditional_replacement,
replaces replaces
bb0: bb0:
...@@ -133,7 +133,7 @@ static basic_block *blocks_in_phiopt_order (void); ...@@ -133,7 +133,7 @@ static basic_block *blocks_in_phiopt_order (void);
bb2: bb2:
x = PHI <x' (bb0), ...>; x = PHI <x' (bb0), ...>;
A similar transformtion is done for MAX_EXPR. */ A similar transformation is done for MAX_EXPR. */
static void static void
tree_ssa_phiopt (void) tree_ssa_phiopt (void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment