From: Ilia Mirkin Date: Sun, 9 Apr 2017 18:56:59 +0000 (-0400) Subject: nv50/ir: remove unused swizzle field in ValueRef X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=89253d5c676dc630ac83c5e03d39236825134049;p=mesa.git 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 --- 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