]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: Improve call argument loading
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 11 Dec 2018 16:25:02 +0000 (10:25 -0600)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 25 Dec 2018 19:58:43 +0000 (06:58 +1100)
commit4250da10923347c9ee907f8d72bd93dfa5ee8742
tree7922dee84ebb2b0104a470408c649032392d5ace
parent25f49c5f1508ddf081ce89fa6bbfd87a51eea37b
tcg: Improve call argument loading

Free the argument register only after we have verified that the
temporary is not already in that register.  This case is likely
now that we are back propagating the preferred register.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tcg.c