calls.c (expand_call): Add missing guard to code handling return of non-BLKmode struc...
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 23 Mar 2013 11:13:39 +0000 (11:13 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 23 Mar 2013 11:13:39 +0000 (11:13 +0000)
commit66de4d7c91fca7d178f619761565fed9826cd05c
tree531e09418de1364c9e9e88b283de5f7dd9b75cbd
parent4f25c8fbfd7c6909cb107c2634a92fb0187966fc
calls.c (expand_call): Add missing guard to code handling return of non-BLKmode structures in MSB.

* calls.c (expand_call): Add missing guard to code handling return
of non-BLKmode structures in MSB.
* function.c (expand_function_end): Likewise.

From-SVN: r197003
gcc/ChangeLog
gcc/calls.c
gcc/function.c