mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-28 09:33:27 +01:00
Remove DMDV1 and DMDV2.
This commit is contained in:
@@ -58,10 +58,9 @@ struct UnknownTargetABI : TargetABI
|
||||
|
||||
bool returnInArg(TypeFunction* tf)
|
||||
{
|
||||
#if DMDV2
|
||||
if (tf->isref)
|
||||
return false;
|
||||
#endif
|
||||
|
||||
// Return structs and static arrays on the stack. The latter is needed
|
||||
// because otherwise LLVM tries to actually return the array in a number
|
||||
// of physical registers, which leads, depending on the target, to
|
||||
|
||||
Reference in New Issue
Block a user