Commit cd5b3469 by Richard Kenner

(assign_parms): Don't call promote_mode on arg unless

PROMOTE_FUNCTION_ARGS defined.

From-SVN: r9904
parent a6845123
......@@ -3580,8 +3580,11 @@ assign_parms (fndecl, second_time)
int regno, regnoi, regnor;
unsignedp = TREE_UNSIGNED (TREE_TYPE (parm));
#ifdef PROMOTE_FUNCTION_ARGS
nominal_mode = promote_mode (TREE_TYPE (parm), nominal_mode,
&unsignedp, 1);
#endif
parmreg = gen_reg_rtx (nominal_mode);
REG_USERVAR_P (parmreg) = 1;
......
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