mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-08 06:50:27 +08:00
* tree-ssa-phiopt.c: Fix comment typos.
From-SVN: r98456
This commit is contained in:
parent
fc0ad8d961
commit
edef547688
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user