On 09/11/2012 12:28 AM, Oleg Endo wrote: > On Mon, 2012-09-10 at 15:51 +0200, Christian Bruel wrote: >> This patch implements the simple_return pattern to enable -fshrink-wrap >> on SH. It also clean up some redundancies for expand_epilogue (called >> twice from the "return" and "epilogue" patterns and the >> sh_expand_prologue parameter type. >> >> No regressions with sh-superh-elf and sh4-linux gcc testsuites. >> >> Thanks >> >> Christian >> > > Regarding the iterators, maybe it's better to put them in > config/sh/iterators.md. The optab code attr is not needed in this case, > "<code>" is sufficient. How about the attached patch instead?
yes, there is this new iterator.md file. I'm moving the iterator there. Will resent. Thanks Christian