staticafi/llvm2c

Divide if and goto expressions

tomsik68 opened this issue · 0 comments

Currently, goto is represented as if without the "false" branch. It would be better to divide it into two different expressions.