r300/compiler: Emit flow control instructions and ALU result writes on R500
[mesa.git] / src / mesa / drivers / dri / r300 / compiler / radeon_pair_translate.c
index c31891a62f92fb8bb8664e33ccb90d3237d06c73..72117682725982887d2fa08409243f9c858760d0 100644 (file)
@@ -241,7 +241,7 @@ void rc_pair_translate(struct r300_fragment_program_compiler *c)
 
                const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode);
 
-               if (opcode->HasTexture || opcode->IsControlFlow || opcode->Opcode == RC_OPCODE_KIL)
+               if (opcode->HasTexture || opcode->IsFlowControl || opcode->Opcode == RC_OPCODE_KIL)
                        continue;
 
                struct rc_sub_instruction copy = inst->U.I;