i965: Don't consider control flow instructions to have sources.
authorMatt Turner <mattst88@gmail.com>
Thu, 15 Oct 2015 18:38:43 +0000 (11:38 -0700)
committerMatt Turner <mattst88@gmail.com>
Thu, 12 Nov 2015 19:00:10 +0000 (11:00 -0800)
commit9ab45b4df91fadcbbec62828265644d7463b78bb
treed847527bfe5d0208d8f4bfa5b4bb1217af3f259a
parent0865e743c18cb7ba65962d794be8387d6edc0b8a
i965: Don't consider control flow instructions to have sources.

And why did IFF have a destination?

I suspect that once upon a time the disassembler used this information
to know which fields to find the jump targets in. The jump targets have
moved, so the disassembler has to know how to handle these
per-generation anyway.

Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_disasm.c