don't declare header-defined functions both static and inline, cont.
commitb800f80b9c866df5ecaff744149ea695c0e24718
authorPatrick Palka <ppalka@redhat.com>
Mon, 27 Feb 2023 15:12:25 +0000 (27 10:12 -0500)
committerPatrick Palka <ppalka@redhat.com>
Mon, 27 Feb 2023 15:12:25 +0000 (27 10:12 -0500)
tree260608cc9ef2efbe3c928c5533adc41d7f724472
parentdfa85beebfbc2f879d30d3918f634feabc851782
don't declare header-defined functions both static and inline, cont.

This fixes some header-defined functions that are undesirably declared
static and weren't caught by the "^static inline" pattern used for the
main patch r13-6096-gcb3e0eac262e55.

gcc/ChangeLog:

* hash-table.h (gt_pch_nx(hash_table<D>)): Remove static.
* lra-int.h (lra_change_class): Likewise.
* recog.h (which_op_alt): Likewise.
* sel-sched-ir.h (sel_bb_empty_or_nop_p): Declare inline
instead of static.
gcc/hash-table.h
gcc/lra-int.h
gcc/recog.h
gcc/sel-sched-ir.h