Commit 066fd2b
committed
Revert SList dead code elimination change
SList is used as a structural wrapper by transform_program, which
pattern-matches on SList [SList ...; SList ...; ...] to unpack
program blocks. Converting empty SList to Skip breaks this invariant
and causes an ICE during program transformation. The asymmetry with
Block/Profile is intentional.1 parent 1bdf1e0 commit 066fd2b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
805 | 805 | | |
806 | 806 | | |
807 | 807 | | |
808 | | - | |
| 808 | + | |
809 | 809 | | |
810 | 810 | | |
811 | 811 | | |
| |||
0 commit comments