diff options
Diffstat (limited to 'src/gallium/drivers/nv50/codegen/nv50_ir_build_util.h')
-rw-r--r-- | src/gallium/drivers/nv50/codegen/nv50_ir_build_util.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/drivers/nv50/codegen/nv50_ir_build_util.h b/src/gallium/drivers/nv50/codegen/nv50_ir_build_util.h index dbc6723fe90..0bb853a340b 100644 --- a/src/gallium/drivers/nv50/codegen/nv50_ir_build_util.h +++ b/src/gallium/drivers/nv50/codegen/nv50_ir_build_util.h @@ -68,9 +68,9 @@ public: Value *attrRel, Value *primRel); Instruction *mkCvt(operation, DataType, Value *, DataType, Value *); - Instruction *mkCmp(operation, CondCode, DataType, - Value *, - Value *, Value *, Value * = NULL); + CmpInstruction *mkCmp(operation, CondCode, DataType, + Value *, + Value *, Value *, Value * = NULL); Instruction *mkTex(operation, TexTarget, uint8_t tic, uint8_t tsc, Value **def, Value **src); Instruction *mkQuadop(uint8_t qop, Value *, uint8_t l, Value *, Value *); |