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)
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
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