* config/sh/sh.h (ROUND_ADVANCE): Delete macro.
commitf0a8ace174bbef647b2c53ecade3b8a9495ee166
authorolegendo <olegendo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 3 May 2014 09:42:52 +0000 (3 09:42 +0000)
committerolegendo <olegendo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 3 May 2014 09:42:52 +0000 (3 09:42 +0000)
tree1b456e93876262373707f1e2e15e67d7197477cf
parentf699ea0dc49bbdb43da447316de638999a39e05d
* config/sh/sh.h (ROUND_ADVANCE): Delete macro.
(ROUND_REG, PASS_IN_REG_P): Move and rename macros to ...
* config/sh/sh.c (sh_round_reg, sh_pass_in_reg_p): ... these new
functions.
(sh_arg_partial_bytes, sh_function_arg, sh_function_arg_advance,
sh_setup_incoming_varargs): Replace usage of PASS_IN_REG_P with
sh_pass_in_reg_p.
Replace usage of ROUND_REG with sh_round_reg.
Use CEIL instead of ROUND_ADVANCE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@210032 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/sh/sh.c
gcc/config/sh/sh.h