summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-08 04:30:48 +0000
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-08 04:30:48 +0000
commit3415798fdb84f154a35e147b6c619fedffe9a75d (patch)
treefa8c7b542da2f90c4e78015c04f02d97eafef476 /gcc/ChangeLog
parent29deadaca6fee2310222d030ea8cf0b2c70bd951 (diff)
downloadgcc-3415798fdb84f154a35e147b6c619fedffe9a75d.tar.gz
* expmed.c (add_cost, neg_cost, sdiv_pow2_cheap, smod_pow2_cheap):
Make arrays indexed by machine mode. Rename negate_cost to neg_cost. (init_expmed): Initialize these cost arrays as appropriate. (store_bit_field, extract_bit_field): Correct whitespace. (synth_mult, choose_mult_variant, expand_mult, expand_mult_highpart, expand_mult_highpart_optab, expand_divmod): Update uses of add_cost, neg_cost, sdiv_pow2_cheap, smod_pow2_cheap to index with mode, word_mode or compute_mode as appropriate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82743 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0be308243f8..355a54b2f2e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,14 @@
+2004-06-07 Roger Sayle <roger@eyesopen.com>
+
+ * expmed.c (add_cost, neg_cost, sdiv_pow2_cheap, smod_pow2_cheap):
+ Make arrays indexed by machine mode. Rename negate_cost to neg_cost.
+ (init_expmed): Initialize these cost arrays as appropriate.
+ (store_bit_field, extract_bit_field): Correct whitespace.
+ (synth_mult, choose_mult_variant, expand_mult, expand_mult_highpart,
+ expand_mult_highpart_optab, expand_divmod): Update uses of add_cost,
+ neg_cost, sdiv_pow2_cheap, smod_pow2_cheap to index with mode,
+ word_mode or compute_mode as appropriate.
+
2004-06-07 Eric Botcazou <ebotcazou@libertysurf.fr>
PR target/15783