* reload.c (find_reloads): Mark new USE insns with QImode.
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 Sep 2001 21:52:12 +0000 (21:52 +0000)
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 Sep 2001 21:52:12 +0000 (21:52 +0000)
commitb29201305bbc2cfaa81430aa06c81b6c12041ace
tree8b7cd2a3c1dc10fd6fe1a5ff6ec9025224f41a3e
parente717a3eca5f58533cc159dc38b69907416bd6fff
* reload.c (find_reloads): Mark new USE insns with QImode.
(find_reloads_toplev, find_reloads_address, subst_reg_equivs,
find_reloads_subreg_address): Likewise.
* regrename.c (note_sets, clear_dead_regs): Abort if pseudos are
encountered.
* reload1.c (reload_combine_note_use): Likewise, inside USEs and
CLOBBERs.
(reload): Make sure there are no USEs with mode other than
VOIDmode.  At the end, remove those marked with QImode.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45889 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/regrename.c
gcc/reload.c
gcc/reload1.c