From: Richard Stallman Date: Sat, 9 May 1992 06:17:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=048dfa64fa6ab3990aa10932290752dcdc408377;p=gcc.git *** empty log message *** From-SVN: r943 --- diff --git a/gcc/integrate.c b/gcc/integrate.c index cde43fa5c75..8db6c514d22 100644 --- a/gcc/integrate.c +++ b/gcc/integrate.c @@ -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; }