2011/10/12 Georg-Johann Lay <a...@gjlay.de>: > Denis Chertykov schrieb: >> 2011/10/11 Georg-Johann Lay <a...@gjlay.de>: >>> This patch teaches avr-gcc to skip 2-word instructions like STS and LDS. >>> >>> It's just about looking into an 2-word insn and check if it's a 2-word >>> instruction or not. >>> >>> Passes without regression. Ok to install? >> >> Please commit. >> >> Denis. > > Committed with the following change: > > - && avr_2word_insn_p (next_nonnote_nondebug_insn (insn)))); > + && avr_2word_insn_p (next_active_insn (insn)))); >
It was discussed in another thread. Denis.