Re: rtl to asm conversion in scheduler

2006-09-18 Thread Philipp Glatz
On 9/18/06, Paolo Bonzini <[EMAIL PROTECTED]> wrote: > Goal: I would need to get the assembly representation for a single > instruction in haifa-sched.c. The reason for this is that it would be > important to get the opcode which will be produced by a single > instruction (ie ADDU or something)

Re: rtl to asm conversion in scheduler

2006-09-18 Thread Paolo Bonzini
Goal: I would need to get the assembly representation for a single instruction in haifa-sched.c. The reason for this is that it would be important to get the opcode which will be produced by a single instruction (ie ADDU or something) for chosing the right candidate in the ready-list. For instru

rtl to asm conversion in scheduler

2006-09-18 Thread Philipp Glatz
Hello! I have a question regarding the Haifa Scheduler in gcc-3.2.3 and your help would be very appreciated. Goal: I would need to get the assembly representation for a single instruction in haifa-sched.c. The reason for this is that it would be important to get the opcode which will be produced