OSDN Git Service

Fix sched REG_DEAD note handling bug found by post-reload-flow pass.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Oct 1998 19:06:48 +0000 (19:06 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Oct 1998 19:06:48 +0000 (19:06 +0000)
commita62c96dd9e34583f47eacda509f81ea78fb33b92
tree3c29708e3ea9d938be6b03a4cef25d59127fa5d3
parent557795c6b50d287c2989e1ad607fa3b0660069b1
Fix sched REG_DEAD note handling bug found by post-reload-flow pass.
* sched.c (update_flow_info): Add code to ! found_orig_dest case to
handle deleted no-op moves of hard registers.
* haifa-sched.c (update_flow_info): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23431 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/haifa-sched.c
gcc/sched.c