Wrong code: missing input reload

Georg-Johann Lay avr@gjlay.de
Thu May 26 14:05:00 GMT 2011


Georg-Johann Lay wrote:

> so there is a missing input reload, i.e. prior to insn 7 there must be
> something like
> 
> (set (reg:HI 28)
>      (reg:HI 24))
> 

Typo, that should read:

(set (reg:HI 24)
     (reg:HI 28))

prior to insn 7.



More information about the Gcc mailing list