(copy_rtx_and_substitute): Don't assume force_operand on an address returns a REG...
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 20 Oct 1992 10:50:14 +0000 (06:50 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 20 Oct 1992 10:50:14 +0000 (06:50 -0400)
commit59b2d7222d18108026282f950e94ba8d5a01769a
tree93d94d9aeb7572f7528db7787544ce571684809c
parentc45a13a68d738240a94158d64598643e6ab0be94
(copy_rtx_and_substitute): Don't assume force_operand on an address returns a REG; it might be a SUBREG.

(copy_rtx_and_substitute): Don't assume force_operand on an address
returns a REG; it might be a SUBREG.  Use force_reg.

From-SVN: r2527
gcc/integrate.c