We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b79958 commit 5603cf2Copy full SHA for 5603cf2
lib/SILOptimizer/Analysis/RegionAnalysis.cpp
@@ -1937,10 +1937,6 @@ class PartitionOpTranslator {
1937
///
1938
/// Semantically this causes all arguments of the applysite to be transferred.
1939
void translateIsolationCrossingSILApply(FullApplySite applySite) {
1940
- ApplyExpr *sourceApply = applySite.getLoc().getAsASTNode<ApplyExpr>();
1941
- assert((sourceApply || bool(applySite.getIsolationCrossing())) &&
1942
- "only ApplyExpr's should cross isolation domains");
1943
-
1944
// Require all operands first before we emit transferring.
1945
for (auto op : applySite.getArguments())
1946
if (auto value = tryToTrackValue(op))
0 commit comments