target-mips: Remove unused gen_load_ACX, gen_store_ACX and cpu_ACX
commit340fff722d8a7cf9c0d4f1e1b4fad03a145a9657
authorPeter Maydell <peter.maydell@linaro.org>
Sun, 14 Sep 2014 19:45:34 +0000 (14 20:45 +0100)
committerLeon Alrae <leon.alrae@imgtec.com>
Tue, 14 Oct 2014 12:29:15 +0000 (14 13:29 +0100)
tree4bc679214641c5149ce07fb354135ad2d8947edc
parent31efecccce53ead3197ce42c408033c5689499bb
target-mips: Remove unused gen_load_ACX, gen_store_ACX and cpu_ACX

Remove the functions gen_load_ACX and gen_store_ACX, which appear to have
been unused since they were first introduced many years ago. These functions
were the only places using the cpu_ACX[] array of TCG globals, so remove
that and its accompanying regnames_ACX[] as well.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
target-mips/translate.c