| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-23 | Fix 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). | |||
