i965/fs: Initialize a builder explicitly in opt_peephole_predicated_break().
authorFrancisco Jerez <currojerez@riseup.net>
Mon, 27 Jul 2015 16:20:50 +0000 (19:20 +0300)
committerFrancisco Jerez <currojerez@riseup.net>
Wed, 29 Jul 2015 11:14:56 +0000 (14:14 +0300)
commit09039f4bc120481219d01ed17e1552ca8ad66455
treef256eb6ad352fabb8c16f87a66d04b06cbaf1645
parente1f4724097d1074ec9afdc9ce9ad024add125923
i965/fs: Initialize a builder explicitly in opt_peephole_predicated_break().

This wasn't taking into account the execution controls of the original
instruction, but it was most likely not a bug because control flow
instructions are typically full width.

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