[PATCH 2/8] use rtx_insn * more

Alexander Monakov amonakov@ispras.ru
Fri Sep 16 15:25:00 GMT 2016


On Wed, 14 Sep 2016, tbsaunde+gcc@tbsaunde.org wrote:
> @@ -3790,7 +3790,8 @@ static void
>  rl78_calculate_death_notes (void)
>  {
>    char dead[FIRST_PSEUDO_REGISTER];
> -  rtx insn, p, s, d;
> +  rtx p, s, d;
> +rtx_insn *insn;

Minor nit: this hunk seems to be missing indentation preceding 'rtx_insn'.

Alexander



More information about the Gcc-patches mailing list