| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Fix successor computation for `switch` instruction (#520) | Tim Foley | 2018-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). | |||
