diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9300fdc8b48..a28c1e2337a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2011-10-10 Nick Clifton <nickc@redhat.com> + + PR middle-end/49801 + * compare-elim.c (find_comparisons_in_bb): Use df_get_live_in and + df_get_live_out instead of accessing the bitmaps directly. + (execute_compare_elim_after_reload): Remove calls to df_set_flags, + df_live_add_problem and df_analyze. + 2011-10-10 Michael Matz <matz@suse.de> PR middle-end/50638 |