r300/compiler: Schedule KIL instructions before output writes

This commit is contained in:
Tom Stellard
2012-02-26 15:12:36 -05:00
parent 134a0a5ff8
commit 7acbbc0704
@@ -1104,6 +1104,10 @@ static void emit_instruction(
#endif
for (tex_ptr = s->ReadyTEX; tex_ptr; tex_ptr = tex_ptr->NextReady) {
if (tex_ptr->Instruction->U.I.Opcode == RC_OPCODE_KIL) {
emit_all_tex(s, before);
return;
}
tex_count++;
}
update_max_score(s, &s->ReadyFullALU, &max_score, &max_inst, &max_list);