re PR middle-end/49801 (df_live_verify_transfer_functions fails with to use of CC_REG...
authorNick Clifton <nickc@redhat.com>
Mon, 10 Oct 2011 13:31:03 +0000 (13:31 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Mon, 10 Oct 2011 13:31:03 +0000 (13:31 +0000)
commit53fbb7241f0d2d4e3a4eb8b3225671b121091b06
tree2eb4b117df168c517b749dfb0010e57535d90bd5
parent88fe4be8e100bab57f4a451d383babcc737a9806
re PR middle-end/49801 (df_live_verify_transfer_functions fails with to use of CC_REGNUM and checking enabled in rx backend)

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.

From-SVN: r179749
gcc/ChangeLog
gcc/compare-elim.c