mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
0c671ea7ae
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.