Commit dc56ceb7 by Graham Stott Committed by Graham Stott

* function.c (pad_below): Revert 2001-07-26 patch.

From-SVN: r44514
parent 3e42ccd2
2001-07-31 Graham Stott <grahams@redhat.com>
* function.c (pad_below): Revert 2001-07-26 patch.
Tue Jul 31 15:37:35 CEST 2001 Jan Hubicka <jh@suse.cz> Tue Jul 31 15:37:35 CEST 2001 Jan Hubicka <jh@suse.cz>
* reg-stack (convert_regs_1): Fix best edge condition. * reg-stack (convert_regs_1): Fix best edge condition.
......
...@@ -5265,10 +5265,7 @@ locate_and_pad_parm (passed_mode, type, in_regs, fndecl, ...@@ -5265,10 +5265,7 @@ locate_and_pad_parm (passed_mode, type, in_regs, fndecl,
/* However, BLKmode args passed in regs have their padding done elsewhere. /* However, BLKmode args passed in regs have their padding done elsewhere.
The stack slot must be able to hold the entire register. */ The stack slot must be able to hold the entire register. */
&& !(in_regs && passed_mode == BLKmode)) && !(in_regs && passed_mode == BLKmode))
{ pad_below (offset_ptr, passed_mode, sizetree);
pad_below (offset_ptr, passed_mode, sizetree);
pad_below (initial_offset_ptr, passed_mode, sizetree);
}
if (where_pad != none if (where_pad != none
&& (!host_integerp (sizetree, 1) && (!host_integerp (sizetree, 1)
......
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