nv50/ir/tgsi: handle inferSrcType(NOT) to be u32

This commit is contained in:
Christoph Bumiller 2011-12-25 18:34:35 +01:00
parent 658c0bee71
commit cd6d63fa60

View file

@ -361,6 +361,7 @@ nv50_ir::DataType Instruction::inferSrcType() const
case TGSI_OPCODE_AND:
case TGSI_OPCODE_OR:
case TGSI_OPCODE_XOR:
case TGSI_OPCODE_NOT:
case TGSI_OPCODE_U2F:
case TGSI_OPCODE_UADD:
case TGSI_OPCODE_UDIV: