diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d6f892c..b69961a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -5,6 +5,10 @@ expanding the number of iterations. * config/bfin/bfin.c (bfin_rtx_costs): Handle UDIV, UMOD. + * cfgrtl.c (emit_insn_at_entry): New function. + * rtl.h (emit_insn_at_entry): Declare it. + * integrate.c (emit_initial_value_sets): Use it. + 2006-09-15 Kazu Hirata <kazu@codesourcery.com> * doc/tm.texi (TARGET_FUNCTION_VALUE): Put @deftypefn all in |