diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-07-24 15:49:09 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-07-24 15:49:09 -0600 |
commit | 7b2ef2b8849bbf400eeed9642c26c140cc7d6beb (patch) | |
tree | 88dc1298d62429871fe0f66cea6b5ffca66b1224 /configs/linux-sparc5 | |
parent | 643228c506bde965c890f3d0604c273fc729bee7 (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 'configs/linux-sparc5')
0 files changed, 0 insertions, 0 deletions