summaryrefslogtreecommitdiffstats
path: root/tests/bugs/gh-519.slang.expected.txt
Commit message (Collapse)AuthorAge
* Fix successor computation for `switch` instruction (#520)Tim Foley2018-04-23
Fixes #519 The code was leaving out the `default` label from the successor list, which would break any passes that require an accurate CFG (with the big one right now being the SSA-formation pass).