diff options
author | Christoph Bumiller <[email protected]> | 2011-10-18 18:36:57 +0200 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2011-10-21 23:00:40 +0200 |
commit | bb0482a55bbebfdd4b06954fbfacf5a57a04b1f3 (patch) | |
tree | b6bdfb9091559354cffbcaba21cc7ab62d1cc44a /src/gallium/drivers/nv50/codegen/nv50_ir_build_util.h | |
parent | d988361ead27ce61615669bd428b04d2aac7af4f (diff) |
nv50/ir: import SM4 converter
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 *); |