From: Tobias Burnus Date: Fri, 1 Jul 2022 10:21:24 +0000 (+0200) Subject: gcn: Remove useless register keyword X-Git-Tag: basepoints/gcc-14~5822 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7780dc5b2d02785186583fc8eced3c9e3aec4552;p=thirdparty%2Fgcc.git gcn: Remove useless register keyword gcc/ChangeLog: * config/gcn/gcn-protos.h (print_operand_address): Remove register keyword on 'rtx addr' argument. --- diff --git a/gcc/config/gcn/gcn-protos.h b/gcc/config/gcn/gcn-protos.h index 61791c90445..38197b929fd 100644 --- a/gcc/config/gcn/gcn-protos.h +++ b/gcc/config/gcn/gcn-protos.h @@ -75,7 +75,7 @@ extern bool gcn_valid_move_p (machine_mode, rtx, rtx); extern rtx gcn_vec_constant (machine_mode, int); extern rtx gcn_vec_constant (machine_mode, rtx); extern bool gcn_vgpr_move_p (rtx, rtx); -extern void print_operand_address (FILE *file, register rtx addr); +extern void print_operand_address (FILE *file, rtx addr); extern void print_operand (FILE *file, rtx x, int code); extern bool regno_ok_for_index_p (int);