mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
tcg/optimize: Use finish_folding in fold_bitsel_vec
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
c890fd7179
commit
4fcd14ca64
1 changed files with 1 additions and 1 deletions
|
@ -2833,7 +2833,7 @@ static bool fold_bitsel_vec(OptContext *ctx, TCGOp *op)
|
|||
return fold_orc(ctx, op);
|
||||
}
|
||||
}
|
||||
return false;
|
||||
return finish_folding(ctx, op);
|
||||
}
|
||||
|
||||
/* Propagate constants and copies, fold constant expressions. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue