mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-31 00:30:33 +01:00
fix comment: s/branch/kill/
This commit is contained in:
parent
de1d725f44
commit
2dbd905ab0
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue