*** empty log message ***

From-SVN: r943
This commit is contained in:
Richard Stallman 1992-05-09 06:17:35 +00:00
parent 2c325bb8de
commit 048dfa64fa

View File

@ -281,6 +281,8 @@ initialize_for_inline (fndecl, min_labelno, max_labelno, max_reg, copy)
if (GET_CODE (p) == REG)
parmdecl_map[REGNO (p)] = parms;
/* This flag is cleared later
if the function ever modifies the value of the parm. */
TREE_READONLY (parms) = 1;
}