freedreno/ir3: GC unused macro
authorRob Clark <robdclark@chromium.org>
Fri, 5 Aug 2022 16:40:31 +0000 (09:40 -0700)
committerMarge Bot <emma+marge@anholt.net>
Tue, 20 Sep 2022 02:22:19 +0000 (02:22 +0000)
Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18646>

src/freedreno/ir3/disasm-a3xx.c

index 4f57000..58c9f99 100644 (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)
 {