target/arm: Fix capitalization in NeonGenTwo{Single, Double}OPFn typedefs
commit5de3fd045be11b74cd0fbf36c6d4fb8387d5463b
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Jun 2020 17:08:33 +0000 (16 18:08 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 23 Jun 2020 10:39:46 +0000 (23 11:39 +0100)
tree7e449e587d0896fc04ba15272484e1b2ed5c7925
parent039f4e809ad2772fb33de4511ff68a485d875618
target/arm: Fix capitalization in NeonGenTwo{Single, Double}OPFn typedefs

All the other typedefs like these spell "Op" with a lowercase 'p';
remane the NeonGenTwoSingleOPFn and NeonGenTwoDoubleOPFn typedefs to
match.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200616170844.13318-11-peter.maydell@linaro.org
target/arm/translate-a64.c
target/arm/translate-neon.inc.c
target/arm/translate.h