mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
r300/compiler: Remove stray break statement
This fixes glsl-fs-loop-nested.
This commit is contained in:
parent
c50b7e04eb
commit
7a212525a2
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue