mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
13fc8b0930
Run -strip-dead-prototypes as part of the LLVM-pass list invoked just before the Clifter, so that all unused helpers are stripped away. In particular, this prevents some LLVM intrinsics that return structs containing i1 (e.g. the overflow intrinsics) from ending up in the C output and tripping later passes.