Re: [SH] Add TARGET_DYNSHIFT macro

2012-07-22 Thread Kaz Kojima
Oleg Endo wrote: > Currently the check for availability of dynamic shift instructions on a > particular SH target is repeated in several places. The attached patch > adds a new macro for that. > > Tested with 'make all'. CSiBE result-size (-m4-single -ml > -mpretend-cmove) also doesn't show any

[SH] Add TARGET_DYNSHIFT macro

2012-07-21 Thread Oleg Endo
Hello, Currently the check for availability of dynamic shift instructions on a particular SH target is repeated in several places. The attached patch adds a new macro for that. Tested with 'make all'. CSiBE result-size (-m4-single -ml -mpretend-cmove) also doesn't show any change. OK? Cheers,