]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/optimize.c
tcg/optimize: Change tcg_opt_gen_{mov,movi} interface
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 24 Aug 2021 14:13:45 +0000 (07:13 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 28 Oct 2021 00:11:22 +0000 (17:11 -0700)
commitdc84988a5f4147b8c1f90ed4cdcf5c57f06749cd
treee01de6e67e410d7ef731bc72d1cdcca4dc31be8a
parentb10f38339bda94bd960d6936ca6047b34be8eb31
tcg/optimize: Change tcg_opt_gen_{mov,movi} interface

Adjust the interface to take the OptContext parameter instead
of TCGContext or both.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Luis Pires <luis.pires@eldorado.org.br>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/optimize.c