i965/disasm: Eliminate opcode pointer.
authorKenneth Graunke <kenneth@whitecape.org>
Sun, 29 Jun 2014 00:00:21 +0000 (17:00 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 30 Jun 2014 21:05:27 +0000 (14:05 -0700)
commit3d1992754f4234756704a24242a2e8e93e2069bf
treee64d2f396f277c731c0b4e598724a6063a0f29bb
parent4000c0112a49c28793844f454278b50e00943173
i965/disasm: Eliminate opcode pointer.

opcode is just a pointer to opcode_descs; we may as well use that
directly.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Kristian Høgsberg <krh@bitplanet.net>
src/mesa/drivers/dri/i965/brw_disasm.c