reload1.c (reg_used_by_pseudo): New static variable.
authorBernd Schmidt <crux@pool.informatik.rwth-aachen.de>
Sat, 17 Oct 1998 01:44:01 +0000 (01:44 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 17 Oct 1998 01:44:01 +0000 (19:44 -0600)
commit297927a89c74904958ecc24986b2ea3f010cc4d9
tree59fb9610ae61a43c2522b4360538396009443a61
parentf8dd7f9883b1c1b8707a9a2ef47f2c1a93ab141d
reload1.c (reg_used_by_pseudo): New static variable.

* reload1.c (reg_used_by_pseudo): New static variable.
(choose_reload_regs): Initialize it.
Use it instead of testing spill_reg_order to determine whether a
pseudo is live in a hard register across the current insn.
Fix a typo in a reference to reload_reg_rtx.

From-SVN: r23149
gcc/ChangeLog
gcc/reload1.c