diff options
author | Fabio Pedretti <[email protected]> | 2012-12-07 22:59:53 +0100 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-12-10 09:43:17 -0700 |
commit | 9b4926b64bfcdd36d2665dcc58dbbd5de2249672 (patch) | |
tree | 9eeb070e6398ee21f254ae0511285cb85107c9f0 /src/gallium/drivers/nv50 | |
parent | 320d531373e7b0873f5de42f6173b986290f593f (diff) |
nv50: remove unused OpClassStr array
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nv50')
-rw-r--r-- | src/gallium/drivers/nv50/codegen/nv50_ir_print.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/gallium/drivers/nv50/codegen/nv50_ir_print.cpp b/src/gallium/drivers/nv50/codegen/nv50_ir_print.cpp index d27a10c2b23..b20aed53fb6 100644 --- a/src/gallium/drivers/nv50/codegen/nv50_ir_print.cpp +++ b/src/gallium/drivers/nv50/codegen/nv50_ir_print.cpp @@ -67,26 +67,6 @@ static void init_colours() colour = _colour; } -static const char *OpClassStr[OPCLASS_OTHER + 1] = -{ - "MOVE", - "LOAD", - "STORE", - "ARITH", - "SHIFT", - "SFU", - "LOGIC", - "COMPARE", - "CONVERT", - "ATOMIC", - "TEXTURE", - "SURFACE", - "FLOW", - "(INVALID)", - "PSEUDO", - "OTHER" -}; - const char *operationStr[OP_LAST + 1] = { "nop", |