compilerpraktikum / compiler

Compiler
MIT License
3 stars 1 forks source link

Remove Bad nodes after construction #125

Closed iTob191 closed 2 years ago

iTob191 commented 2 years ago

Unreachable returns introduce Bad nodes, but subsequent phases require a clean graph, so remove them after construction.