mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2026-08-28 06:20:08 -04:00
2f03b95c01
This allows for suspend point specific resume function types. Return values from a suspend point can therefore be modelled as arguments to the resume function. Allowing for directly passed return types. Differential Revision: https://reviews.llvm.org/D96136