OSDN Git Service

* stmt.c (expand_return): For BLKmode structure returns, copy
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Nov 1994 05:44:58 +0000 (05:44 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Nov 1994 05:44:58 +0000 (05:44 +0000)
commit7e56e13e922b06fb7b6171075c31bb8e178129a1
tree103a34c5b2e23428661cc1220bf53c3a29375de0
parentbd57542a6fd87e303bc968b7e97f8befc999e1ff
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8577 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/stmt.c