reload.h (struct reload): Add new fields "mode" and "nregs".
authorBernd Schmidt <bernds@cygnus.co.uk>
Sun, 17 Oct 1999 06:47:27 +0000 (06:47 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 17 Oct 1999 06:47:27 +0000 (00:47 -0600)
commit8ec450a4de30b9518238684fe4216f4b45322e32
treeb6e06d2e64bd73926b7e2b0f2b093c565527426d
parent356edbd763bb467a126d12fcd42d0e00a6cd6b9a
reload.h (struct reload): Add new fields "mode" and "nregs".

        * reload.h (struct reload): Add new fields "mode" and "nregs".
        * reload1.c: Change all occurrences of reload_mode and reload_nregs
        to reference the "mode" and "nregs" field within struct reload.

From-SVN: r30051
gcc/ChangeLog
gcc/reload.h
gcc/reload1.c