Fix sched REG_DEAD note handling bug found by post-reload-flow pass.
authorJim Wilson <wilson@cygnus.com>
Thu, 29 Oct 1998 19:06:48 +0000 (19:06 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 29 Oct 1998 19:06:48 +0000 (11:06 -0800)
commitfaff4ab8c58604e4d521dabf3ae33a4ab0481d7e
tree3c29708e3ea9d938be6b03a4cef25d59127fa5d3
parent839366ddec3534593850e1660ead262a8a260158
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.

From-SVN: r23431
gcc/ChangeLog
gcc/haifa-sched.c
gcc/sched.c