diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-16 23:26:21 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-16 23:26:21 +0000 |
commit | 1861ff83608e960818456576f8e577db1531e960 (patch) | |
tree | 3debab0fef36871a46e30a7f10f099287d239727 /gcc/expmed.c | |
parent | a25e3a7b2dc06083694e2ef18a06e33a821f1e3b (diff) | |
download | gcc-1861ff83608e960818456576f8e577db1531e960.tar.gz |
* expmed.c, ra-colorize.c: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90771 138bc75d-0d04-0410-961f-82ee72b054a4
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 b2e62350b1d..033d94952be 100644 --- a/gcc/expmed.c +++ b/gcc/expmed.c @@ -2555,7 +2555,7 @@ synth_mult (struct algorithm *alg_out, unsigned HOST_WIDE_INT t, /* If the target has a cheap shift-and-add instruction use that in preference to a shift insn followed by an add insn. Assume that the shift-and-add is "atomic" with a latency - equal to it's cost, otherwise assume that on superscalar + equal to its cost, otherwise assume that on superscalar hardware the shift may be executed concurrently with the earlier steps in the algorithm. */ op_cost = add_cost[mode] + shift_cost[mode][m]; |