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 3158992 commit cb91443Copy full SHA for cb91443
lib/SILOptimizer/Utils/ShrinkBorrowScope.cpp
@@ -296,8 +296,8 @@ Dataflow::Effect Dataflow::effectForPhi(SILBasicBlock *block) {
296
}
297
298
/// Finds end_access instructions which are barriers to hoisting because the
299
-/// access scopes they contain barriers to hoisting. Hoisting end_borrows into
300
-/// such access scopes could introduce exclusivity violations.
+/// access scopes they end contain barriers to hoisting. Hoisting end_borrows
+/// into such access scopes could introduce exclusivity violations.
301
///
302
/// Implements BarrierAccessScopeFinder::Visitor
303
class BarrierAccessScopeFinder final {
0 commit comments