diff options
author | Ilia Mirkin <[email protected]> | 2017-04-09 14:56:59 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2017-04-09 14:59:42 -0400 |
commit | 89253d5c676dc630ac83c5e03d39236825134049 (patch) | |
tree | 024e687f47d252d7c4df1c72280d2d1a8f5e2c55 /src/gallium/drivers/nouveau/codegen/nv50_ir.h | |
parent | b1b189a0abf69530cf55749881baa1b3f7eca17f (diff) |
nv50/ir: remove unused swizzle field in ValueRef
The nv50 ir is scalar. Perhaps this was from some early attempts to
integrate the simd aspects of nv30. However at this point it's entirely
unused.
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/codegen/nv50_ir.h')
-rw-r--r-- | src/gallium/drivers/nouveau/codegen/nv50_ir.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir.h b/src/gallium/drivers/nouveau/codegen/nv50_ir.h index e161a5a0492..6e5ffa525dd 100644 --- a/src/gallium/drivers/nouveau/codegen/nv50_ir.h +++ b/src/gallium/drivers/nouveau/codegen/nv50_ir.h @@ -596,7 +596,6 @@ public: public: Modifier mod; int8_t indirect[2]; // >= 0 if relative to lvalue in insn->src(indirect[i]) - uint8_t swizzle; bool usedAsPtr; // for printing |