mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
098b9b3aa4
We need to prevent DCE from killing `revng_init_local_sp`, since certain passes downstream might want to introduce new uses of it, and they might be the first. `SegregateStackAccesses` will take care of removing it by hand.