(store_one_arg): Allow stack_slot to be SP in ARGS_GROW_DOWNWARD case.
From-SVN: r14639
This commit is contained in:
parent
293facbcd4
commit
50eb43cabc
1 changed files with 1 additions and 1 deletions
|
@ -3436,7 +3436,7 @@ store_one_arg (arg, argblock, may_be_alloca, variable_size, fndecl,
|
|||
if (GET_CODE (XEXP (arg->stack_slot, 0)) == PLUS)
|
||||
upper_bound = -INTVAL (XEXP (XEXP (arg->stack_slot, 0), 1)) + 1;
|
||||
else
|
||||
abort ();
|
||||
upper_bound = 0;
|
||||
|
||||
lower_bound = upper_bound - arg->size.constant;
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue