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 da0a9fe7f0d..bb42ce92919 100644 --- a/gcc/expmed.c +++ b/gcc/expmed.c @@ -2409,7 +2409,7 @@ synth_mult (struct algorithm *alg_out, unsigned HOST_WIDE_INT t, alg_out->ops * sizeof *alg_out->log); } -/* Find the cheapeast way of multiplying a value of mode MODE by VAL. +/* Find the cheapest way of multiplying a value of mode MODE by VAL. Try three variations: - a shift/add sequence based on VAL itself |