Commit 50eb43ca by Richard Kenner

(store_one_arg): Allow stack_slot to be SP in ARGS_GROW_DOWNWARD case.

From-SVN: r14639
parent 293facbc
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment