target/i386: remove trailing 1 from gen_{j, cmov, set}cc1
authorPaolo Bonzini <pbonzini@redhat.com>
Sun, 15 Dec 2024 09:06:01 +0000 (10:06 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 23 Jan 2025 10:35:33 +0000 (11:35 +0100)
commite604be4fb4ed1abe5286f8f4145701bf3fc15b97
tree5433102cd6441287e475633bec7a858852373f11
parent6ace2d5163bbc0b38d9982e04f3a4199c5fef315
target/i386: remove trailing 1 from gen_{j, cmov, set}cc1

This is not needed anymore now that gen_jcc has been eliminated
(merged into the similarly-named gen_Jcc, where the uppercase letter
gives away that it is an emission function).

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Link: https://lore.kernel.org/r/20241215090613.89588-3-pbonzini@redhat.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/tcg/emit.c.inc
target/i386/tcg/translate.c