On 5/31/23 05:06, Uros Bizjak via Gcc-patches wrote:
Also fix some stalled comments.

gcc/ChangeLog:

     * rtl.h (subreg_lowpart_p): Change return type from int to bool.
     (active_insn_p): Ditto.
     (in_sequence_p): Ditto.
     (unshare_all_rtl): Change return type from int to void.
     * emit-rtl.h (mem_expr_equal_p): Change return type from int to bool.
     * emit-rtl.cc (subreg_lowpart_p): Change return type from int to bool
     and adjust function body accordingly.
     (mem_expr_equal_p): Ditto.
     (unshare_all_rtl): Change return type from int to void
     and adjust function body accordingly.
     (verify_rtx_sharing): Remove unneeded return.
     (active_insn_p): Change return type from int to bool
     and adjust function body accordingly.
     (in_sequence_p): Ditto.

Bootstrapped and regression tested on x86_64-linux-gnu {,-m32}.

OK for master?
OK. And given the nature of these changes, let's consider further changes of this nature pre-approved.

jeff

Reply via email to