Commit 1aecd750 by Mark Mitchell Committed by Mark Mitchell

* integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns.

From-SVN: r30442
parent 36013ffc
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.
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment