summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/nv50')
-rw-r--r--src/gallium/drivers/nv50/codegen/nv50_ir_print.cpp20
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",