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
1 changed files with 1 additions and 1 deletions
|
|
@ -2685,7 +2685,7 @@ static bool fold_tcg_ld_memcopy(OptContext *ctx, TCGOp *op)
|
|||
TCGType type;
|
||||
|
||||
if (op->args[1] != tcgv_ptr_arg(tcg_env)) {
|
||||
return false;
|
||||
return finish_folding(ctx, op);
|
||||
}
|
||||
|
||||
type = ctx->type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue