]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Tidy trans_LD1R_zpri
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 26 Jun 2020 03:31:29 +0000 (20:31 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 26 Jun 2020 13:31:12 +0000 (14:31 +0100)
commitc0ed9166b1aea86a2fbaada1195aacd1049f9e85
tree99ec3ae711de2beec163c0e9c0b090ac0a87a2de
parent4ac430e1f1eb1d27913a9f800a5965b281ac1b76
target/arm: Tidy trans_LD1R_zpri

Move the variable declarations to the top of the function,
but do not create a new label before sve_access_check.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200626033144.790098-32-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/translate-sve.c