On 8/4/23 04:42, Richard Henderson wrote:
There are several places where we already convert back from bool to type. Clean things up by using type throughout.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- tcg/i386/tcg-target.c.inc | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>