mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 13:20:10 +01:00
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:
parent
c00491d4ab
commit
76953ca4bb
1 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue