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 2c14ece commit e8364d6Copy full SHA for e8364d6
lib/SILOptimizer/Mandatory/MoveOnlyAddressCheckerUtils.cpp
@@ -146,7 +146,7 @@
146
/// * copyTransformableToTake - certain load [copy], certain copy_addr ![take]
147
/// %src of a temporary %dest.
148
/// * reinit - store [assign], copy_addr ![init] %dest
149
-/// * borrow - load_borror, a load [copy] without consuming uses.
+/// * borrow - load_borrow, a load [copy] without consuming uses.
150
/// * livenessOnly - a read only use of the address.
151
///
152
/// We classify these by adding them to several disjoint SetVectors which track
0 commit comments