target/arm/translate-vfp.inc.c: Remove duplicate simd_r32 check
commit0d787cf1f3c88fa29477e054f8523f6d82d91c98
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 30 Apr 2020 18:09:28 +0000 (30 19:09 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 4 May 2020 11:57:56 +0000 (4 12:57 +0100)
tree19ad1a2c6ead209f3704e474c1c3717a3a987f4f
parent2aca5284b14b7f3bedec7c59e7cc68da26944585
target/arm/translate-vfp.inc.c: Remove duplicate simd_r32 check

Somewhere along theline we accidentally added a duplicate
"using D16-D31 when they don't exist" check to do_vfm_dp()
(probably an artifact of a patchseries rebase). Remove it.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20200430181003.21682-2-peter.maydell@linaro.org
target/arm/translate-vfp.inc.c