r300/compiler: Remove stray break statement

This fixes glsl-fs-loop-nested.
This commit is contained in:
Tom Stellard 2010-09-04 17:27:55 -07:00
parent c50b7e04eb
commit 7a212525a2

View file

@ -216,7 +216,6 @@ static void compute_live_intervals(struct radeon_compiler *c,
tmp = tmp->Next) {
if (tmp->U.I.Opcode == RC_OPCODE_BGNLOOP) {
loops++;
break;
} else if (tmp->U.I.Opcode
== RC_OPCODE_ENDLOOP) {
if(!--loops) {