(expand_call): Use expr_size instead of doing it ourself.
From-SVN: r3833
This commit is contained in:
parent
25e51a6947
commit
1ef1ca81c3
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user