From 048dfa64fa6ab3990aa10932290752dcdc408377 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 9 May 1992 06:17:35 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r943 --- gcc/integrate.c | 2 ++ 1 file changed, 2 insertions(+) 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; } -- 2.30.2