This is the mail archive of the gcc-patches@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: mipsel vs regrename.c


On Mon, Jan 14, 2002 at 10:19:59AM -0800, H . J . Lu wrote:
> (insn 723 631 647 (unspec[ 
>             (reg:DI 66 accum)
>         ]  2) 161 {*HILO_delay} (insn_list 371 (nil))
>     (nil))

Doh.  Accidentally removed a line in REG_CLASS_CONTENTS:

-   { 0xffffffff, 0x00000000, 0x00000004 },                             \
+   { 0x00000000, 0xffffffff, 0x00000001 },                             \


r~


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