sh.h (RETURN_ADDR_RTX): Use NULL_RTX instead of 0.
authorOleg Endo <olegendo@gcc.gnu.org>
Wed, 11 Apr 2012 23:03:20 +0000 (23:03 +0000)
committerOleg Endo <olegendo@gcc.gnu.org>
Wed, 11 Apr 2012 23:03:20 +0000 (23:03 +0000)
commit23d0939b41bb640efeb07a7711ee3f6f88af46c9
tree8e120dc8f7d18c9b4f20138344156e9a4b7b59fd
parentda97611d45bc266f3f6b0fc502bb2e7a0cee2529
sh.h (RETURN_ADDR_RTX): Use NULL_RTX instead of 0.

* config/sh/sh.h (RETURN_ADDR_RTX): Use NULL_RTX instead of 0.
* config/sh/sh.c (INSN_REGMODE_WEIGHT, CURR_REGMODE_PRESSURE):
Fix line width.
(dump_table): Use bool type for need_align and have_df variables.
(find_barrier, sfunc_uses_reg): Use NULL_RTX instead of 0.
(regs_used): Remove register modifier.
(barrier_align): Move variables slot, credit, jump_to_next
into if block above for loop.  Use bool type for jump_to_next.
(sh_function_arg): Use NULL_RTX instead of 0.

From-SVN: r186366
gcc/ChangeLog
gcc/config/sh/sh.c
gcc/config/sh/sh.h