Re: [SH] Remove old mov peepholes

2012-07-15 Thread Kaz Kojima
Oleg Endo wrote: > The attached patch removes old peephole patterns that seem to be unused. > Tested with 'make all'. CSiBE result-size (-m4-single -ml -O2 > -mpretend-cmove) does not show any changes. > > OK? OK. Regards, kaz

[SH] Remove old mov peepholes

2012-07-15 Thread Oleg Endo
Hello, The attached patch removes old peephole patterns that seem to be unused. Tested with 'make all'. CSiBE result-size (-m4-single -ml -O2 -mpretend-cmove) does not show any changes. OK? Cheers, Oleg ChangeLog: * config/sh/sh.md: Delete mov related define_peephole patterns. Index: