diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-04-06 17:05:08 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-04-06 17:05:08 +0000 |
commit | f652d14b64c65ad2ac570babcfa4c7b8791896ee (patch) | |
tree | 39414506f542e9bece675cd14c48ee0ca335e750 /gcc/cse.c | |
parent | 8270a217758cf89cefd77eeeaa94bcb00931699b (diff) | |
download | gcc-f652d14b64c65ad2ac570babcfa4c7b8791896ee.zip gcc-f652d14b64c65ad2ac570babcfa4c7b8791896ee.tar.gz gcc-f652d14b64c65ad2ac570babcfa4c7b8791896ee.tar.bz2 |
cse.c, [...]: Fix comment typos.
* cse.c, tree-flow-inline.h, tree-flow.h, tree-ssa-operands.c,
tree-ssa-sink.c, tree.h, config/bfin/bfin.c,
config/bfin/bfin.h: Fix comment typos.
From-SVN: r97730
Diffstat (limited to 'gcc/cse.c')
-rw-r--r-- | gcc/cse.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3808,7 +3808,7 @@ fold_rtx (rtx x, rtx insn) /* It's not safe to substitute the operand of a conversion operator with a constant, as the conversion's identity - depends upon the mode of it's operand. This optimization + depends upon the mode of its operand. This optimization is handled by the call to simplify_unary_operation. */ if (GET_RTX_CLASS (code) == RTX_UNARY && GET_MODE (replacements[j]) != mode_arg0 |