]> git.ipfire.org Git - thirdparty/gcc.git/commit
arm: fix bootstrap issue with arm_noce_conversion_profitable_p patch [NFC]
authorAndre Vieira <andre.simoesdiasvieira@arm.com>
Mon, 7 Oct 2024 13:16:38 +0000 (14:16 +0100)
committerAndre Vieira <andre.simoesdiasvieira@arm.com>
Mon, 7 Oct 2024 13:16:38 +0000 (14:16 +0100)
commit5fb1ab539e3315175d2e843f4ce40bde6dd7c520
treea3d01da04bcf7b6db22a05f4f747b5769192c715
parent0d64f9b2390b4799649269474e6d9ab9b1e3870e
arm: fix bootstrap issue with arm_noce_conversion_profitable_p patch [NFC]

This obvious patch fixes two warnings introduced with the implementation of
arm_noce_conversion_profitable_p hook.

gcc/ChangeLog:

* config/arm/arm.cc (arm_noce_oncersion_profitable_p): Remove unused
argument name.
(arm_is_v81m_cond_insn): Initialize variable.
gcc/config/arm/arm.cc