commit | 4d89d0bb8f01060b18f94d84c2dcea573bdd1381 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sun Jan 29 10:37:19 2023 -1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Mar 01 07:33:27 2023 -1000 |
tree | 2af1404d8d929fbced3dad1182d23f6371c6fdf8 | |
parent | 9b1890ad901bd22352b8a9598220df51fe8b0d41 [diff] |
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>