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:
Rob Clark 2022-08-05 09:40:31 -07:00 committed by Marge Bot
parent c00491d4ab
commit 76953ca4bb

View file

@ -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)
{