tcg/optimize: Use finish_folding in fold_tcg_ld_memcopy
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
d33e0f01db
commit
0fb5b757c3
@ -2685,7 +2685,7 @@ static bool fold_tcg_ld_memcopy(OptContext *ctx, TCGOp *op)
|
|||||||
TCGType type;
|
TCGType type;
|
||||||
|
|
||||||
if (op->args[1] != tcgv_ptr_arg(tcg_env)) {
|
if (op->args[1] != tcgv_ptr_arg(tcg_env)) {
|
||||||
return false;
|
return finish_folding(ctx, op);
|
||||||
}
|
}
|
||||||
|
|
||||||
type = ctx->type;
|
type = ctx->type;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user