diff options
Diffstat (limited to 'gcc/expmed.c')
-rw-r--r-- | gcc/expmed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expmed.c b/gcc/expmed.c index 43007569a6c..ff0f7f61bad 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 |