On Wed, Jan 7, 2015 at 9:42 AM, Eric Botcazou wrote: >> the attached patch removes obsolete ports (c4x, m68hc11 and ms1), toggles >> the 'p' letter and adjust accordingly (only avr, fr30, m68k, mcore, rs6000 >> and sh still use define_peephole) and removes trailing spaces. > > Same treatment for the 'd' letter, the ports that do not use DFA scheduler > descriptions are a clear minority (avr, cr16, cris, fr30, h8300, m32c, mmix, > msp430, pdp11, stormy16, vax). Applied.
Perhaps 'd' should just go away completely. It was intended to distinguish between ports using the old scheduler description and ports using the DFA model. But support for the old scheduler description was removed some 10 years ago, and AFAIR the targets that don't use the DFA scheduler don't use the scheduler at all. Ciao! Steven