On 2012-08-17 11:32 , Sofiane Naci wrote:
Hi,
I've just committed the attached patch on the AArch64 branch to fix a style
issue related to mixing statements with declarations.
Thanks
Sofiane
-----
r190486 | sofiane | 2012-08-17 16:26:47 +0100 (Fri, 17 Aug 2012) | 7 lines
2012-08-17 Marcus Shawcroft <marcus.shawcr...@arm.com>
[AArch64] Do not mix statements and declarations.
* config/aarch64/aarch64.c (aarch64_simd_lane_bounds):
Do not mix statements with declarations.
This is not necessary now. Code and declarations can be mixed.
Diego.