aboutsummaryrefslogtreecommitdiff
path: root/gcc/expmed.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@gcc.gnu.org>2003-06-23 16:11:56 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-06-23 16:11:56 +0000
commitb20b352b6b81a51dd1c573f7d95616fef5fc0da7 (patch)
tree0fe31bea0d01030fd2ba7ea329026ce77a9c5b7a /gcc/expmed.c
parent63519d234d38de2a971d61c9eb275fa84bc79913 (diff)
downloadgcc-b20b352b6b81a51dd1c573f7d95616fef5fc0da7.zip
gcc-b20b352b6b81a51dd1c573f7d95616fef5fc0da7.tar.gz
gcc-b20b352b6b81a51dd1c573f7d95616fef5fc0da7.tar.bz2
ChangeLog.1: Fix a typo.
* ChangeLog.1: Fix a typo. * cfgrtl.c: Fix comment typos. * dwarf2out.c: Likewise. * expmed.c: Likewise. * genrecog.c: Likewise. * jump.c: Likewise. * rtlanal.c: Likewise. * ssa-dce.c: Likewise. * toplev.c: Likewise. From-SVN: r68374
Diffstat (limited to 'gcc/expmed.c')
-rw-r--r--gcc/expmed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expmed.c b/gcc/expmed.c
index 4300756..ff0f7f6 100644
--- a/gcc/expmed.c
+++ b/gcc/expmed.c
@@ -3950,7 +3950,7 @@ expand_divmod (rem_flag, code, mode, op0, op1, target, unsignedp)
{
/* Try to produce the remainder without producing the quotient.
If we seem to have a divmod pattern that does not require widening,
- don't try widening here. We should really have an WIDEN argument
+ don't try widening here. We should really have a WIDEN argument
to expand_twoval_binop, since what we'd really like to do here is
1) try a mod insn in compute_mode
2) try a divmod insn in compute_mode