mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-25 05:09:02 +02:00
Remove DMDV1 and DMDV2.
This commit is contained in:
@@ -44,10 +44,9 @@ struct PPC64TargetABI : 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