flow.c (mark_regs_live_at_end, [...]): Only give FRAME_POINTER_REGNUM and HARD_FRAME_...
authorJohn Wehle <john@feith.com>
Mon, 31 May 1999 08:43:04 +0000 (08:43 +0000)
committerJohn Wehle <wehle@gcc.gnu.org>
Mon, 31 May 1999 08:43:04 +0000 (08:43 +0000)
commite4b8a413b1f92a8b7106b642227f830c58351f86
tree78c2d352fc235963ecbb33a4a29bd39217e6aca8
parentb2d352ba5a352660e9bee9c31a92c1bce9e3f27f
flow.c (mark_regs_live_at_end, [...]): Only give FRAME_POINTER_REGNUM and HARD_FRAME_POINTER_REGNUM special treatment...

* flow.c (mark_regs_live_at_end, insn_dead_p,
mark_set_1, mark_used_regs): Only give FRAME_POINTER_REGNUM
and HARD_FRAME_POINTER_REGNUM special treatment if reload
hasn't run or the frame pointer is needed.
* haifa-sched.c (attach_deaths): Likewise.
* sched.c (attach_deaths): Likewise.

From-SVN: r27276
gcc/ChangeLog
gcc/flow.c
gcc/haifa-sched.c
gcc/sched.c