mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
tcg/optimize: Use finish_folding in fold_divide
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
edb832cb51
commit
3d5ec804da
1 changed files with 1 additions and 1 deletions
|
@ -1688,7 +1688,7 @@ static bool fold_divide(OptContext *ctx, TCGOp *op)
|
|||
fold_xi_to_x(ctx, op, 1)) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
return finish_folding(ctx, op);
|
||||
}
|
||||
|
||||
static bool fold_dup(OptContext *ctx, TCGOp *op)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue