Commit 07f12d8b by Alan Modra Committed by Alan Modra

rs6000.c (function_arg_padding): Revert 2004-07-28 and 2004-07-14 changes.

	* config/rs6000/rs6000.c (function_arg_padding): Revert 2004-07-28
	and 2004-07-14 changes.

From-SVN: r85829
parent 89aa5a20
2004-08-12 Alan Modra <amodra@bigpond.net.au>
* config/rs6000/rs6000.c (function_arg_padding): Revert 2004-07-28
and 2004-07-14 changes.
2004-08-12 Paul Brook <paul@codesourcery.com> 2004-08-12 Paul Brook <paul@codesourcery.com>
* doc/invoke.texi: Fix typo. * doc/invoke.texi: Fix typo.
......
...@@ -4600,10 +4600,6 @@ function_arg_padding (enum machine_mode mode, tree type) ...@@ -4600,10 +4600,6 @@ function_arg_padding (enum machine_mode mode, tree type)
return upward; return upward;
} }
/* SFmode parameters are padded upwards. */
if (mode == SFmode)
return upward;
/* Fall back to the default. */ /* Fall back to the default. */
return DEFAULT_FUNCTION_ARG_PADDING (mode, type); return DEFAULT_FUNCTION_ARG_PADDING (mode, type);
} }
......
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