Re: [Patch, AVR]: Fix build warning in md.

2011-06-21 Thread Denis Chertykov
2011/6/21 Georg-Johann Lay : > gen machinery comes up with a build warning: > > ../../../gcc.gnu.org/trunk/gcc/config/avr/avr.md:2763: '@' is > redundant for output template with single alternative > > There is @ asm template selector for insn with just one alternative. > > This trivial patch fixes

[Patch, AVR]: Fix build warning in md.

2011-06-21 Thread Georg-Johann Lay
gen machinery comes up with a build warning: ../../../gcc.gnu.org/trunk/gcc/config/avr/avr.md:2763: '@' is redundant for output template with single alternative There is @ asm template selector for insn with just one alternative. This trivial patch fixes that. Johann * config/avr/avr.m