v850.c (v850_reorg): Only call alter_subreg on REG or MEM subregs, pass rtx * instead...
authorJakub Jelinek <jakub@redhat.com>
Fri, 22 Mar 2002 19:29:21 +0000 (20:29 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 22 Mar 2002 19:29:21 +0000 (20:29 +0100)
commit68882f0f81044cb3bdd5e270f6ed1bdc2a55571c
tree6418926f2b9bc548c9845a34ceb6aeac8eca4502
parent648fe28b9dc62616ded2f6eafe5c945887b68bcc
v850.c (v850_reorg): Only call alter_subreg on REG or MEM subregs, pass rtx * instead of rtx to it.

* config/v850/v850.c (v850_reorg): Only call alter_subreg on
REG or MEM subregs, pass rtx * instead of rtx to it.
* config/i860/i860.c (output_delayed_branch, output_delay_insn): Pass
rtx * instead of rtx to alter_subreg.
* config/m32r/m32r.c (gen_split_move_double): Likewise.
* config/pj/pj.c (pj_output_rval): Likewise.

From-SVN: r51182
gcc/ChangeLog
gcc/config/i860/i860.c
gcc/config/m32r/m32r.c
gcc/config/pj/pj.c
gcc/config/v850/v850.c