mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
2a322dcfeb
If a function was returning a scalar, we used to forward the return type from before Segregate. However, this was not OK in case a return value was in a 64-bit register, but was actually using only the lower 32-bits. This commit improves handling of such situation.