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

PROMOTE_FUNCTION_ARGS defined.

From-SVN: r9904
This commit is contained in:
Richard Kenner 1995-06-08 18:49:09 -04:00
parent a684512372
commit cd5b346969
1 changed files with 3 additions and 0 deletions

View File

@ -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;