https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120493

--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by H.J. Lu <h...@gcc.gnu.org>:

https://gcc.gnu.org/g:2da641d01700907d600ff9027ecfc82500342428

commit r16-1041-g2da641d01700907d600ff9027ecfc82500342428
Author: H.J. Lu <hjl.to...@gmail.com>
Date:   Sun Jun 1 09:29:48 2025 +0800

    Move get_call_rtx_from to final.c

    Move get_call_rtx_from to final.c and call call_from_call_insn.

            PR other/120493
            * final.cc (call_from_call_insn): Change the argument type to
            const rtx_call_insn *.
            (get_call_rtx_from): New.
            * rtl.h (is_a_helper <const rtx_call_insn *>::test): New.
            (get_call_rtx_from): Moved to the final.cc section.
            * rtlanal.cc (get_call_rtx_from): Removed.

    Signed-off-by: H.J. Lu <hjl.to...@gmail.com>

Reply via email to