r300/compiler: Remove stray break statement
This fixes glsl-fs-loop-nested.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user