]> git.ipfire.org Git - thirdparty/gcc.git/commit
2009-04-03 Vladimir Makarov <vmakarov@redhat.com>
authorvmakarov <vmakarov@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Apr 2009 22:02:33 +0000 (22:02 +0000)
committervmakarov <vmakarov@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Apr 2009 22:02:33 +0000 (22:02 +0000)
commit2dd81ece8deba1432209691a6a974fba71e42b35
tree2dd6bc9ff1434b729792664f7791f8b0f56dac2e
parent417098267901a93fddbef10cdb3c3fc0259a104d
2009-04-03  Vladimir Makarov  <vmakarov@redhat.com>

Revert
2009-03-30  Vladimir Makarov  <vmakarov@redhat.com>
* reload.c (push_reload, find_dummy_reload): Use df_get_live_out
instead of DF_LR_OUT.
* ira-lives.c (process_bb_node_lives): Ditto.
* ira-color.c (ira_loop_edge_freq): Use df_get_live_{out,in}
instead of DF_LR_{OUT,IN}.
* ira-emit.c (generate_edge_moves, add_ranges_and_copies): Ditto.
* ira-build.c (create_bb_allocnos, create_loop_allocnos): Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145521 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ira-build.c
gcc/ira-color.c
gcc/ira-emit.c
gcc/ira-lives.c
gcc/reload.c