Fixed lowering of calls with compound returns.
Reusing the same dummy struct as a hidden parameter for multiple calls is not always correct (see opt/structcall2.c for an example). For now, just use multiple dummy structs.
Please register or sign in to comment