stmt.c (expand_return): For BLKmode structure returns...
authorJeff Law <law@gcc.gnu.org>
Tue, 29 Nov 1994 05:44:58 +0000 (22:44 -0700)
committerJeff Law <law@gcc.gnu.org>
Tue, 29 Nov 1994 05:44:58 +0000 (22:44 -0700)
commit4c485b6355ddd88298476ab826e10fa92de20874
tree103a34c5b2e23428661cc1220bf53c3a29375de0
parent203436d9aa8c88b05d173c0584a3f51c83a6f7b6
stmt.c (expand_return): For BLKmode structure returns...

* stmt.c (expand_return): For BLKmode structure returns, copy
the return value from memory into the return registers.  Use
an integer mode rather than BLKmode for returning structures
in registers.

From-SVN: r8577
gcc/stmt.c