mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
d346713845
Drop the SPTAR-specific special case in layoutToLLVMFunctionType: all ModelAggregate-returning functions now use the same array-of-i8 return type. Clifter is updated accordingly to treat any aggregate return the same way, removing the SPTAR-specific branches that were just dead code after the type unification.