(expand_call): Always allocate TARGET in mode of result expression;
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 29 Mar 1993 01:26:03 +0000 (20:26 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 29 Mar 1993 01:26:03 +0000 (20:26 -0500)
commit5d2ac65e2bc080b106e425fc6cd41877430d7712
tree174a88c648e61dae77756af0d9a7d1273aab3da2
parent994571561f3bd92c6826964be7d0b2339e0db115
(expand_call): Always allocate TARGET in mode of result expression;

VALREG might have been promoted.
Ensure TARGET is a REG when checking for promotion and verify that we
get back the mode we expect.

From-SVN: r3907
gcc/calls.c