tcg/optimize: Use finish_folding in fold_remainder
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
082b3ef919
commit
f9e3934903
@ -2152,7 +2152,7 @@ static bool fold_remainder(OptContext *ctx, TCGOp *op)
|
||||
fold_xx_to_i(ctx, op, 0)) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
return finish_folding(ctx, op);
|
||||
}
|
||||
|
||||
static bool fold_setcond_zmask(OptContext *ctx, TCGOp *op, bool neg)
|
||||
|
Loading…
x
Reference in New Issue
Block a user