On 1/13/22 18:11, Andreas Krebbel via Gcc-patches wrote: ... > @@ -5949,7 +5959,7 @@ register if floating point arithmetic is not being > done. As long as the\n\ > floating registers are not in class @code{GENERAL_REGS}, they will not\n\ > be used unless some pattern's constraint asks for one.", > bool, (unsigned int regno, machine_mode mode), > - hook_bool_uint_mode_true) > + hook_bool_uint_true) > > DEFHOOK > (modes_tieable_p,
That hunk was a copy and paste bug and does not belong to the patch. Andreas