summaryrefslogtreecommitdiffstats
path: root/include/exec
diff options
context:
space:
mode:
authorPeter Maydell2020-06-19 19:15:47 +0200
committerPeter Maydell2020-06-23 12:39:47 +0200
commitced7e8edb282765685d2ba0206a11f8692d8ec1c (patch)
treed6888b0ab2600616215c18b41876ae374f25fec0 /include/exec
parenttarget/arm: Remove unnecessary gen_io_end() calls (diff)
downloadqemu-ced7e8edb282765685d2ba0206a11f8692d8ec1c.tar.gz
qemu-ced7e8edb282765685d2ba0206a11f8692d8ec1c.tar.xz
qemu-ced7e8edb282765685d2ba0206a11f8692d8ec1c.zip
target/arm: Remove dead code relating to SABA and UABA
In commit cfdb2c0c95ae9205b0 ("target/arm: Vectorize SABA/UABA") we replaced the old handling of SABA/UABA with a vectorized implementation which returns early rather than falling into the loop-ever-elements code. We forgot to delete the part of the old looping code that did the accumulate step, and Coverity correctly warns (CID 1428955) that this code is now dead. Delete it. Fixes: cfdb2c0c95ae9205b0 Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20200619171547.29780-1-peter.maydell@linaro.org
Diffstat (limited to 'include/exec')
0 files changed, 0 insertions, 0 deletions