(expand_call): Use expr_size instead of doing it ourself.

From-SVN: r3833
This commit is contained in:
Richard Kenner 1993-03-23 06:38:15 -05:00
parent 25e51a6947
commit 1ef1ca81c3

View File

@ -919,8 +919,7 @@ expand_call (exp, target, ignore)
{
/* This is a variable-sized object. Make space on the stack
for it. */
rtx size_rtx = expand_expr (size_in_bytes (type), NULL_RTX,
VOIDmode, 0);
rtx size_rtx = expr_size (TREE_VALUE (p));
if (old_stack_level == 0)
{