summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
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