diff options
author | Brian Paul <[email protected]> | 2008-07-24 15:49:09 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-07-29 17:23:52 -0600 |
commit | 16dc993d4f01f6882933953115abc6ec7d93ba0b (patch) | |
tree | b7570163c2c586997538d59f104dd41f45f2bdca /src/mesa/main | |
parent | 3d500f00d2a09becccd62abc0472090c4faa53d6 (diff) |
mesa: gls: fix broken else clause of conditional break/continue
In the following case:
for () {
if (cond)
break; // or continue;
else
something;
}
The "something" block didn't get emitted.
Diffstat (limited to 'src/mesa/main')
0 files changed, 0 insertions, 0 deletions