From 89253d5c676dc630ac83c5e03d39236825134049 Mon Sep 17 00:00:00 2001 From: Ilia Mirkin Date: Sun, 9 Apr 2017 14:56:59 -0400 Subject: [PATCH] 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 --- src/gallium/drivers/nouveau/codegen/nv50_ir.h | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2