Re: [AARCH64] Fix warning in aarch64.md

2012-12-18 Thread Richard Earnshaw
On 18/12/12 14:07, James Greenhalgh wrote: Hi, This obvious patch fixes the following warnings I see when building for AArch64. gcc/config/aarch64/aarch64.md:840: warning: source missing a mode? gcc/config/aarch64/aarch64.md:840: warning: source missing a mode? I've tested on aarch64-none-elf

[AARCH64] Fix warning in aarch64.md

2012-12-18 Thread James Greenhalgh
Hi, This obvious patch fixes the following warnings I see when building for AArch64. gcc/config/aarch64/aarch64.md:840: warning: source missing a mode? gcc/config/aarch64/aarch64.md:840: warning: source missing a mode? I've tested on aarch64-none-elf with no regressions and the patch clears the