]> xenbits.xensource.com Git - qemu-xen.git/commit
target/arm: Remove redundant shift tests
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 8 Aug 2019 20:26:12 +0000 (13:26 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 16 Aug 2019 13:02:52 +0000 (14:02 +0100)
commit464eaa9571fae5867d9aea7d7209c091c8a50223
treecfd98e7a3802744470659ff4462f7596afd9803f
parentd1f8755fc93911f5b27246b1da794542d222fa1b
target/arm: Remove redundant shift tests

The immediate shift generator functions already test for,
and eliminate, the case of a shift by zero.

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