tcg: Remove check_regs
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 1 Dec 2022 17:12:36 +0000 (09:12 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 5 Jan 2023 00:20:01 +0000 (16:20 -0800)
commit568e010b897783bd1f44c9ea989582098e737fc9
tree0c1f51833d312d6e2e5a7ff25a05c0c211303a7e
parent098859f108af3e7f96efe6eeb1418f693e5e64ce
tcg: Remove check_regs

We now check the consistency of reg_to_temp[] with each update,
so the utility of checking consistency at the end of each
opcode is minimal.  In addition, the form of this check is
quite expensive, consuming 10% of a checking-enabled build.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tcg.c