Commit 6673dddf by Richard Kenner

(assign_parms): Fix typo in previous change.

From-SVN: r7283
parent b2bf5aef
......@@ -3537,7 +3537,7 @@ assign_parms (fndecl, second_time)
/* This is a variable sized object. */
copy = gen_rtx (MEM, BLKmode,
allocate_dynamic_stack_space
(expand_size (parm), NULL_RTX,
(expr_size (parm), NULL_RTX,
TYPE_ALIGN (type)));
else
copy = assign_stack_temp (TYPE_MODE (type),
......
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