* integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns.
authorMark Mitchell <mark@codesourcery.com>
Sun, 7 Nov 1999 17:24:22 +0000 (17:24 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 7 Nov 1999 17:24:22 +0000 (17:24 +0000)
From-SVN: r30442

gcc/ChangeLog
gcc/integrate.c

index 366a4eceafcf2f21bf9ce88b7416627cc33d4cbd..07bdfd60685a38b3eadb7611932e8cf96fb8df18 100644 (file)
@@ -1,3 +1,7 @@
+Sun Nov  7 10:23:28 1999  Mark P. Mitchell  <mark@codesourcery.com>
+
+       * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns.
+
 Sun Nov  7 02:58:48 1999  Jeffrey A Law  (law@cygnus.com)
 
        * global.c (EXECUTE_IF_CONFLICT): Undo Robert's change.
index b7a1af6a285d29a31ca453c49dd29ca94eb675e8..30f9ed0370b84aba6be31c9b67187082162b9c6d 100644 (file)
@@ -379,7 +379,7 @@ save_for_inline_nocopy (fndecl)
      perform constant folding when its incoming value is constant).
      Otherwise, we have to copy its value into a new register and track
      the new register's life.  */
-
+  in_nonparm_insns = 0;
   for (insn = NEXT_INSN (insn); insn; insn = NEXT_INSN (insn))
     {
       if (insn == first_nonparm_insn)