nvptx.h (HARD_REGNO_NREGS): Reformat.
authorNathan Sidwell <nathan@acm.org>
Tue, 15 Dec 2015 13:32:48 +0000 (13:32 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Tue, 15 Dec 2015 13:32:48 +0000 (13:32 +0000)
commit5c036f3f0a3ca5980709c385477e0b0af1dbcd30
treed1a7930f210ebcc6a10b143ae571621ea014be8d
parent1fceb21584e9176c22775f00641ee1fcb8c62798
nvptx.h (HARD_REGNO_NREGS): Reformat.

* config/nvptx/nvptx.h (HARD_REGNO_NREGS): Reformat.
(CANNOT_CHANGE_MODE_CLASS): Always return true.
(HARD_REGNO_MODE_OK): Reformat.
* config/nvptx/nvptx.md (define_expand mov<mode>): No
RETURN_REGNUM handling here.
* config/nvptx/nvptx.c (nvptx_function_value): Set ret_reg_mode
here.
(write_one_arg): No QI or HI mode args.
(write_fn_proto_from_insn): No argument promotion here.
(nvptx_output_return_insn): No return promotion here.
(nvptx_output_mov_insn): No RETURN_REGNUM handling needed.
(nvptx_output_call_insn): No return promotion here.

From-SVN: r231651
gcc/ChangeLog
gcc/config/nvptx/nvptx.c
gcc/config/nvptx/nvptx.h
gcc/config/nvptx/nvptx.md