Skip to content
Snippets Groups Projects
Commit da6755bf authored by amodra's avatar amodra
Browse files

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

	and 2004-07-14 changes.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85829 138bc75d-0d04-0410-961f-82ee72b054a4
parent 692e2bb8
No related branches found
No related tags found
No related merge requests found
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>
* doc/invoke.texi: Fix typo.
......
......@@ -4600,10 +4600,6 @@ function_arg_padding (enum machine_mode mode, tree type)
return upward;
}
 
/* SFmode parameters are padded upwards. */
if (mode == SFmode)
return upward;
/* Fall back to the default. */
return DEFAULT_FUNCTION_ARG_PADDING (mode, type);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment