mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue