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/mips/tcg-target.c.inc | 56 +++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 29 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>