Searched hist:"4 d89d0bb8f01060b18f94d84c2dcea573bdd1381" (Results 1 – 1 of 1) sorted by relevance
/qemu/tcg/ |
H A D | tcg.c | 4d89d0bb8f01060b18f94d84c2dcea573bdd1381 Sun Jan 29 20:37:19 UTC 2023 Richard Henderson <richard.henderson@linaro.org> tcg: Remove branch-to-next regardless of reference count
Just because the label reference count is more than 1 does not mean we cannot remove a branch-to-next. By doing this first, the label reference count may drop to 0, and then the label itself gets removed as before.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|