Re: [SH] Fold negc expander and insn

2012-07-22 Thread Kaz Kojima
Oleg Endo wrote: > The attached patch folds the negc expander and *negc insn. > Tested with 'make all'. CSiBE result-size (-m4-single -ml > -mpretend-cmove) also doesn't show any change. > > OK? OK. Regards, kaz

[SH] Fold negc expander and insn

2012-07-21 Thread Oleg Endo
Hello, The attached patch folds the negc expander and *negc insn. Tested with 'make all'. CSiBE result-size (-m4-single -ml -mpretend-cmove) also doesn't show any change. OK? Cheers, Oleg ChangeLog: * config/sh/sh.md (negc): Delete expander. (*negc): Rename insn to negc. Index