]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: Rename TEMP_LOCAL to TEMP_TB
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 29 Jan 2023 20:55:52 +0000 (10:55 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 1 Mar 2023 17:33:27 +0000 (07:33 -1000)
commitf57c69156cb7489a2850b1ace255616b90ba7f14
tree99cf684d94d46f1c377754d96685fe527f6accd3
parent4d89d0bb8f01060b18f94d84c2dcea573bdd1381
tcg: Rename TEMP_LOCAL to TEMP_TB

Use TEMP_TB as that is more explicit about the default
lifetime of the data.  While "global" and "local" used
to be contrasting, we have more lifetimes than that now.

Do not yet rename tcg_temp_local_new_*, just the enum.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/tcg/tcg.h
tcg/optimize.c
tcg/tcg.c