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 35edc11 commit 1c803fdCopy full SHA for 1c803fd
lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp
@@ -2629,9 +2629,9 @@ static bool processMemoryObject(MarkUninitializedInst *I) {
2629
return true;
2630
}
2631
2632
-/// checkDefiniteInitialization - Check that all memory objects that require
2633
-/// initialization before use are properly set and transform the code as
2634
-/// required for flow-sensitive properties.
+/// Check that all memory objects that require initialization before use are
+/// properly set and transform the code as required for flow-sensitive
+/// properties.
2635
static bool checkDefiniteInitialization(SILFunction &Fn) {
2636
DEBUG(llvm::dbgs() << "*** Definite Init visiting function: "
2637
<< Fn.getName() << "\n");
0 commit comments