Skip to content

Commit 5abfc91

Browse files
committed
[Distributed] Fix handling indirect @in convention params in distributed funcs
rdar://111887706
1 parent b3cdcda commit 5abfc91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/IRGen/GenDistributed.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,7 @@ void DistributedAccessor::decodeArgument(unsigned argumentIdx,
475475

476476
// Remember to deallocate a copy.
477477
AllocatedArguments.push_back(stackAddr);
478+
arguments.add(stackAddr.getAddressPointer());
478479
break;
479480
}
480481

0 commit comments

Comments
 (0)