mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add test to exercise Indirect_In codepaths in DistributedAccessor emit
This commit is contained in:
@@ -475,6 +475,7 @@ void DistributedAccessor::decodeArgument(unsigned argumentIdx,
|
||||
|
||||
// Remember to deallocate a copy.
|
||||
AllocatedArguments.push_back(stackAddr);
|
||||
// Don't forget to actually store the argument
|
||||
arguments.add(stackAddr.getAddressPointer());
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user