Also do some basic cleanup: capitalize first letters, add `.` at the end of the sentences, and so on.
PenaltyReturnTypeOnItsOwnLine
The new value is 21.
Lifted
Isolated
RemoveExceptionalCalls is a simple pass whose goal is to drop all the calls to functions marked as `Exceptional` and replace them with an `UnrechableInst`. This is mainly useful in the decompilation pipeline.