target/mips: Remove gen_helper_1e2i()
commit53152abfc148ebfb7843ef3596f4be5bc8e5eff9
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 12 Aug 2021 13:41:40 +0000 (12 15:41 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 25 Aug 2021 11:02:14 +0000 (25 13:02 +0200)
tree48f4c4fee752d04b461124983a8c034eff92df4f
parentb24339bcd05b9d772f86c74732932bac98a15f4e
target/mips: Remove gen_helper_1e2i()

gen_helper_1e2i() is unused since commit 33a07fa2db6
("target/mips: reimplement SC instruction emulation
and use cmpxchg"), remove it.

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