On 09/14/2016 09:21 PM, tbsaunde+...@tbsaunde.org wrote:
Basically $subject. First change variable's type to rtx_insn * where possible. Then change the functions and fixup callers where it is still necessary to cast.
#2, #4 and #8 look good and can be applied if they work independently of the others.
Less certain about some of the others which introduce additional casts. Maybe LABEL_REF_LABEL needs converting first, and reorg.c has a few variables that might have to be made rtx_insn * in patch #7 to avoid casts.
Bernd