On Wed, Oct 10, 2012 at 07:00:22AM +0200, Andreas Krebbel wrote: > /* This function is called via hook TARGET_SCHED_REORDER before > ! issuing one insn from list READY which contains *NREADYP entries. > For target z10 it reorders load instructions to avoid early load > conflicts in the floating point pipeline */ ... > /* This function is called via hook TARGET_SCHED_REORDER before > ! issueing one insn from list READY which contains *NREADYP entries. > For target z10 it reorders load instructions to avoid early load > conflicts in the floating point pipeline */
The old spelling was correct. Jakub