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 8d28bec commit d5cbc7eCopy full SHA for d5cbc7e
include/swift/SILOptimizer/Analysis/Reachability.h
@@ -43,7 +43,7 @@ namespace swift {
43
///
44
/// // Mark the beginning of a block reachable. Only called once per block.
45
/// // Typically a BasicBlockSet wrapper.
46
-/// boid markReachableBegin(SILBasicBlock *block);
+/// void markReachableBegin(SILBasicBlock *block);
47
48
/// // Mark the end of a block reachable. Only called once per block.
49
0 commit comments