This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Wrong code: missing input reload


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]