]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Delete unused VFP_DREG macros
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 3 Aug 2020 12:48:48 +0000 (13:48 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 24 Aug 2020 09:15:11 +0000 (10:15 +0100)
commite60527c5d501e5015a119a0388a27abeae4dac09
tree903f7e8e7e38da495f28c325ea53460147a02d77
parentce51c7f522ca488c795c3510413e338021141c96
target/arm: Delete unused VFP_DREG macros

As part of the Neon decodetree conversion we removed all
the uses of the VFP_DREG macros, but forgot to remove the
macro definitions. Do so now.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 20200803124848.18295-1-peter.maydell@linaro.org
target/arm/translate.c