Avoid the use of the OptContext slots.
Reviewed-by: Pierrick Bouvier <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
---
tcg/optimize.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tcg/optimize.c b/tcg/optimize.c
index 63f80efeec..a7f37a1e6e 100644
--- a/tcg/optimize.c
+++ b/tcg/optimize.c
@@ -2485,8 +2485,7 @@ static bool fold_setcond2(OptContext *ctx, TCGOp *op)
return fold_setcond(ctx, op);
}
- ctx->z_mask = 1;
- return false;
+ return fold_masks_z(ctx, op, 1);
do_setcond_const:
return tcg_opt_gen_movi(ctx, op, op->args[0], i);
--
2.43.0