diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-06 17:05:08 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-06 17:05:08 +0000 |
commit | fe24f25603ae083e03b81172aa716a0bf095e981 (patch) | |
tree | 39414506f542e9bece675cd14c48ee0ca335e750 /gcc/cse.c | |
parent | ffca001431383db73c1c827b614283aaf6a9c832 (diff) | |
download | gcc-fe24f25603ae083e03b81172aa716a0bf095e981.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97730 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cse.c')
-rw-r--r-- | gcc/cse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cse.c b/gcc/cse.c index 5431da77160..b2a858d456e 100644 --- a/gcc/cse.c +++ b/gcc/cse.c @@ -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 |