diff options
author | Rhys Perry <[email protected]> | 2020-01-31 16:39:20 +0000 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-03-23 15:55:12 +0000 |
commit | 8d8c864beba399ae4ee2267f680d1f600ad32767 (patch) | |
tree | 72625b264aa08fc6187aa0ea27f7f2f75d1e10ec /docs/versions.html | |
parent | 46e94fd854e8f209ae662826e1794de4c5da2b80 (diff) |
aco: improve check for unreachable loop continue blocks
The old code would have previously caught:
loop {
...
break
}
when it was meant to just catch:
loop {
if (...)
break
else
break
}
Signed-off-by: Rhys Perry <[email protected]>
CC: <[email protected]>
Reviewed-by: Daniel Schürmann <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3658>
Diffstat (limited to 'docs/versions.html')
0 files changed, 0 insertions, 0 deletions