Re: [Qemu-devel] [PATCH] target-arm: Delete unused iwmmxt_msadb helper

2014-06-04 Thread Peter Crosthwaite
On Wed, Jun 4, 2014 at 5:02 AM, Peter Maydell wrote: > The iwmmxt_msadb helper and its corresponding gen function are unused; > delete them. (This function appears to have never been used right back > to the initial implementation of iwMMXt; it is identical to iwmmxt_madduq, > and is presumably an

[Qemu-devel] [PATCH] target-arm: Delete unused iwmmxt_msadb helper

2014-06-03 Thread Peter Maydell
The iwmmxt_msadb helper and its corresponding gen function are unused; delete them. (This function appears to have never been used right back to the initial implementation of iwMMXt; it is identical to iwmmxt_madduq, and is presumably an accidental remnant from the initial development.) Signed-off