i965: Fix assertion failure on a loop consisting of while (true) { break }.
authorEric Anholt <eric@anholt.net>
Tue, 16 Aug 2011 01:40:14 +0000 (18:40 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 16 Aug 2011 20:04:43 +0000 (13:04 -0700)
commitd376fa8e84b044ead47586d1b56a10742bcbdac7
treeb83c9863a08a2057534f3847df2494822612235f
parente8980c61b2932cd4c8791fcc5afdb54fa033c224
i965: Fix assertion failure on a loop consisting of while (true) { break }.

On enabling the precompile step in the VS, we tripped over this
assertion failure in glsl-link-bug-30552.
src/mesa/drivers/dri/i965/brw_eu_emit.c