summaryrefslogtreecommitdiff
path: root/tests/bugs/gh-519.slang.expected.txt
AgeCommit message (Collapse)Author
2018-04-23Fix successor computation for `switch` instruction (#520)Tim Foley
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).