i965/fs: Use backend_instruction in predicated break peephole.
authorMatt Turner <mattst88@gmail.com>
Sat, 3 Oct 2015 03:23:35 +0000 (20:23 -0700)
committerMatt Turner <mattst88@gmail.com>
Mon, 5 Oct 2015 20:42:58 +0000 (13:42 -0700)
commit4098a756b5590a460bdb0ee7d54cca81375f61e8
tree91d0cdd87ee97555fb53feeb129b37f44294405a
parent596441992130460c7d9a792e50eea46d27297d44
i965/fs: Use backend_instruction in predicated break peephole.

We're not using any fs_inst fields, and the next commit will make the
peephole used by the vec4 backend.

Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/mesa/drivers/dri/i965/brw_fs_peephole_predicated_break.cpp