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.
2 parents 1132934 + 25e1a00 commit 24f4e64Copy full SHA for 24f4e64
lib/SILOptimizer/Analysis/RegionAnalysis.cpp
@@ -3752,11 +3752,6 @@ static bool canComputeRegionsForFunction(SILFunction *fn) {
3752
if (!fn->getASTContext().LangOpts.hasFeature(Feature::RegionBasedIsolation))
3753
return false;
3754
3755
- assert(fn->getASTContext().LangOpts.StrictConcurrencyLevel ==
3756
- StrictConcurrency::Complete &&
3757
- "Need strict concurrency to be enabled for RegionBasedIsolation to be "
3758
- "enabled as well");
3759
-
3760
// If this function does not correspond to a syntactic declContext and it
3761
// doesn't have a parent module, don't check it since we cannot check if a
3762
// type is sendable.
0 commit comments