Commit 7657ad0a by Richard Henderson Committed by Richard Henderson

* calls.c (try_to_integrate): Initialize reg_parm_stack_space.

From-SVN: r32917
parent 7b82b5da
2000-04-04 Richard Henderson <rth@cygnus.com>
* calls.c (try_to_integrate): Initialize reg_parm_stack_space.
2000-04-04 Stan Cox <scox@cygnus.com>
* Makefile.in: Add rules for regrename.o
......
......@@ -1748,7 +1748,7 @@ try_to_integrate (fndecl, actparms, target, ignore, type, structure_value_addr)
rtx before_call;
int i;
rtx old_stack_level = 0;
int reg_parm_stack_space;
int reg_parm_stack_space = 0;
#ifdef REG_PARM_STACK_SPACE
#ifdef MAYBE_REG_PARM_STACK_SPACE
......
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