OSDN Git Service

target/mips: Remove unused TCG temporary in gen_mipsdsp_accinsn()
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 14 Oct 2021 15:45:29 +0000 (17:45 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 17 Oct 2021 22:41:36 +0000 (00:41 +0200)
commitcfddceba7f9f56a5564015962154dccd242f5c8b
tree054ef82fba3122ad67fc49b8200e430c59d62ddb
parent0e235827de65b8a0a5fa403ad9ed15d04f8b1a4f
target/mips: Remove unused TCG temporary in gen_mipsdsp_accinsn()

Since gen_mipsdsp_accinsn() got added in commit b53371ed5d4
("target-mips: Add ASE DSP accumulator instructions"), the
'v2_t' TCG temporary has never been used. Remove it.

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