]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/mips: Remove gen_helper_0e3i()
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 12 Aug 2021 13:45:45 +0000 (15:45 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 25 Aug 2021 11:02:14 +0000 (13:02 +0200)
commitb24339bcd05b9d772f86c74732932bac98a15f4e
tree26d7a3a9de848296f7efab1b7d46a2d95d20140f
parentc1feb46d12a7e7aeed804f2cca69f509c1bea8ef
target/mips: Remove gen_helper_0e3i()

gen_helper_0e3i() is unused since commit 895c2d04359
("target-mips: switch to AREG0 free mode"), remove it.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210816205107.2051495-2-f4bug@amsat.org>
target/mips/tcg/translate.c