]> git.proxmox.com Git - qemu.git/commit
target-arm: remove pointless else clause in VQSHL of u64
authorJuha Riihimäki <juha.riihimaki@nokia.com>
Tue, 7 Dec 2010 14:13:44 +0000 (14:13 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 27 Dec 2010 20:07:16 +0000 (21:07 +0100)
commit620d791e341fe0b36e6c2a5659b2cc9f7866948f
treebeefed17a9d80445fe31a05b1c430c0e4988a013
parenteb7a3d7964f748ba815200372d7ff403737c54d7
target-arm: remove pointless else clause in VQSHL of u64

Remove a pointless else clause in the neon_qshl_u64 helper.

Signed-off-by: Juha Riihimäki <juha.riihimaki@nokia.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-arm/neon_helper.c