fix comment: s/branch/kill/
This commit is contained in:
@@ -864,7 +864,7 @@ emit_kill(slang_emit_info *emitInfo)
|
||||
* Note that ARB-KILL depends on sign of vector operand.
|
||||
*/
|
||||
inst = new_instruction(emitInfo, OPCODE_KIL_NV);
|
||||
inst->DstReg.CondMask = COND_TR; /* always branch */
|
||||
inst->DstReg.CondMask = COND_TR; /* always kill */
|
||||
return inst;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user