nv50: prevent NV_OP_SELECT from having flags_def defined

This commit is contained in:
Bryan Cain
2011-04-04 23:07:16 +02:00
committed by Christoph Bumiller
parent fdb04c0384
commit 19d06b5c05
+1
View File
@@ -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: