target/i386: remove mask from CCPrepare
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 27 Oct 2023 02:17:09 +0000 (04:17 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 7 May 2024 06:50:39 +0000 (08:50 +0200)
commite995f3f9442ce0cb869737ce100c3ebbba651809
treeb2184d4174f7fa739584765e8ace340fd4d47bc4
parent9309b53e835f5d1d7795d81399cda7ecf99321e1
target/i386: remove mask from CCPrepare

With the introduction of TSTEQ and TSTNE the .mask field is always -1,
so remove all the now-unnecessary code.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/tcg/translate.c