diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-16 06:09:31 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-16 06:09:31 +0000 |
commit | 191ec5a230cdcac5f39fcefbfd7495ed8351c289 (patch) | |
tree | bf3e819caad98dac5bc95062e67178180a96af0e /gcc/tree-ssa-reassoc.c | |
parent | 149fdb9877cf69ebe61621ef7ac54f467d6dbb57 (diff) | |
download | gcc-191ec5a230cdcac5f39fcefbfd7495ed8351c289.tar.gz |
* basic-block.h, config/i386/winnt.c, config/pa/pa.c,
config/s390/s390.c, dfp.c, expr.c, fold-const.c, params.def,
reload.c, struct-equiv.c, tree-ssa-ccp.c, tree-ssa-pre.c,
tree-ssa-reassoc.c, tree-ssa-structalias.c: Fix comment typos.
* doc/invoke.texi, doc/tm.texi: Fix typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108626 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-reassoc.c')
-rw-r--r-- | gcc/tree-ssa-reassoc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-reassoc.c b/gcc/tree-ssa-reassoc.c index 6f19408f0ac..edca241ef40 100644 --- a/gcc/tree-ssa-reassoc.c +++ b/gcc/tree-ssa-reassoc.c @@ -69,7 +69,7 @@ Boston, MA 02110-1301, USA. */ In order to promote the most redundancy elimination, you want binary expressions whose operands are the same rank (or - preferrably, the same value) exposed to the redundancy eliminator, + preferably, the same value) exposed to the redundancy eliminator, for possible elimination. So the way to do this if we really cared, is to build the new op |