Skip to content

Commit 1c803fd

Browse files
committed
[gardening] Fix comment. NFC.
1 parent 35edc11 commit 1c803fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2629,9 +2629,9 @@ static bool processMemoryObject(MarkUninitializedInst *I) {
26292629
return true;
26302630
}
26312631

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.
2632+
/// Check that all memory objects that require initialization before use are
2633+
/// properly set and transform the code as required for flow-sensitive
2634+
/// properties.
26352635
static bool checkDefiniteInitialization(SILFunction &Fn) {
26362636
DEBUG(llvm::dbgs() << "*** Definite Init visiting function: "
26372637
<< Fn.getName() << "\n");

0 commit comments

Comments
 (0)