freedreno/ir3: GC unused macro
Signed-off-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18646>
This commit is contained in:
@@ -406,9 +406,6 @@ static const struct opc_info {
|
||||
#undef OPC
|
||||
};
|
||||
|
||||
#define GETINFO(instr) \
|
||||
(&(opcs[((instr)->opc_cat << NOPC_BITS) | instr_opc(instr, ctx->gpu_id)]))
|
||||
|
||||
const char *
|
||||
disasm_a3xx_instr_name(opc_t opc)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user