i965/fs: Fix basic block tracking in try_rep_send().
authorMatt Turner <mattst88@gmail.com>
Fri, 5 Sep 2014 03:08:16 +0000 (20:08 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 5 Sep 2014 16:53:21 +0000 (09:53 -0700)
commitef8477cddf9a6b1e13608e4fad9b55c86d0e5af4
treed6d89662eefec7960e849985f9d3a31be885580c
parent248eaff63d9a5484df1105a0c484d20e086f5f83
i965/fs: Fix basic block tracking in try_rep_send().

The 'start' instruction is always in the current block, except for the
case of shader time, which emits code in a pattern seen no where else.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_fs.cpp