]> xenbits.xensource.com Git - qemu-xen.git/commit
tcg/optimize: Remove do_default label
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 24 Aug 2021 05:30:17 +0000 (22:30 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 28 Oct 2021 00:11:22 +0000 (17:11 -0700)
commitb10f38339bda94bd960d6936ca6047b34be8eb31
tree4dac1c2b10f4fecaee61bc3865f707eb7b29fdd3
parent3b3f847d754d7f243b2a04775f37c1b324ca1a12
tcg/optimize: Remove do_default label

Break the final cleanup clause out of the main switch
statement.  When fully folding an opcode to mov/movi,
use "continue" to process the next opcode, else break
to fall into the final cleanup.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Luis Pires <luis.pires@eldorado.org.br>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/optimize.c