(expand_return): When returning BLKmode structure...
authorJim Wilson <wilson@gcc.gnu.org>
Thu, 27 Apr 1995 22:50:50 +0000 (15:50 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 27 Apr 1995 22:50:50 +0000 (15:50 -0700)
commitaf55da56a5b64e4e043933007dea8ad1e90a7659
tree13ae052a5e6cc3cb30bc67dbf6127792209446db
parent46fccf9e3392b0300f4847c34abf2e671b37d402
(expand_return): When returning BLKmode structure...

(expand_return): When returning BLKmode structure, use
operand_subword instead of doing arithmetic on the register number.
Also, for structures smaller than word_mode, copy it into a word_mode
temporary and then subreg it.

From-SVN: r9516
gcc/stmt.c