]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg: Move i into each for loop in liveness_pass_1
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 14 Jan 2025 21:04:15 +0000 (13:04 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 28 Apr 2025 20:40:17 +0000 (13:40 -0700)
commit7d10d8e076201e968d57f1c2f5ffd8c88ae1eec9
treef6fb005da0886e753e8a135e6aea6fbaec8319ad
parent0e08be0f5482af78f7ed703f665287964d1650f5
tcg: Move i into each for loop in liveness_pass_1

Use per-loop variables instead of one 'i' for the function.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tcg.c