nv50: prevent NV_OP_SELECT from having flags_def defined
This commit is contained in:
committed by
Christoph Bumiller
parent
fdb04c0384
commit
19d06b5c05
@@ -180,6 +180,7 @@ nv50_op_can_write_flags(uint opcode)
|
||||
switch (opcode) { /* obvious ones like KIL, CALL, etc. not included */
|
||||
case NV_OP_PHI:
|
||||
case NV_OP_MOV:
|
||||
case NV_OP_SELECT:
|
||||
case NV_OP_LINTERP:
|
||||
case NV_OP_PINTERP:
|
||||
case NV_OP_LDA:
|
||||
|
||||
Reference in New Issue
Block a user