On 08/09/2018 10:25 AM, Andreas Schwab wrote:
> On Aug 09 2018, Gunther Nikl wrote:
>
>> FWIW, the prototype for m68k_final_prescan_insn in m68k-protos.h was
>> not removed.
>
> Thanks, fixed.
>
> Andreas.
>
> * config/m68k/m68k-protos.h (m68k_final_prescan_insn): Remove
> prototyp
On Aug 09 2018, Gunther Nikl wrote:
> FWIW, the prototype for m68k_final_prescan_insn in m68k-protos.h was
> not removed.
Thanks, fixed.
Andreas.
* config/m68k/m68k-protos.h (m68k_final_prescan_insn): Remove
prototype.
diff --git a/gcc/config/m68k/m68k-protos.h b/gcc/config/m6
Andreas Schwab wrote:
> -void
> -m68k_final_prescan_insn (rtx_insn *insn ATTRIBUTE_UNUSED,
> - rtx *operands, int n_operands)
> +static void
> +m68k_adjust_decorated_operand (rtx op)
FWIW, the prototype for m68k_final_prescan_insn in m68k-protos.h was
not removed.
Gunther