Commit eef9a168 by Jeffrey A Law Committed by Jeff Law

integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.


        * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.
        (save_parm_insns): Not here.

From-SVN: r32728
parent e3a709be
Fri Mar 24 13:49:45 2000 Jeffrey A Law (law@cygnus.com)
* integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.
(save_parm_insns): Not here.
2000-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* builtins.c (expand_builtin_bzero): New function.
......
......@@ -426,6 +426,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;
save_parm_insns (insn, first_nonparm_insn);
/* We have now allocated all that needs to be allocated permanently
......@@ -455,8 +456,6 @@ save_parm_insns (insn, first_nonparm_insn)
rtx insn;
rtx first_nonparm_insn;
{
in_nonparm_insns = 0;
if (insn == NULL_RTX)
return;
......
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