Skip to content

Commit d18a017

Browse files
committed
[Gardening] Whitespace cleanup.
1 parent bb67d1e commit d18a017

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

lib/SILOptimizer/Mandatory/MoveOnlyChecker.cpp

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,14 @@ void MoveOnlyChecker::checkObjects() {
122122

123123
void MoveOnlyChecker::completeObjectLifetimes(
124124
ArrayRef<MarkUnresolvedNonCopyableValueInst *> insts) {
125-
// TODO: Delete once OSSALifetimeCompletion is run as part of SILGenCleanup.
126-
OSSALifetimeCompletion completion(fn, domTree, *deba->get(fn));
127-
128-
// Collect all values derived from each mark_unresolved_non_copyable_value
129-
// instruction via ownership instructions and phis.
130-
ValueWorklist transitiveValues(fn);
131-
for (auto *inst : insts) {
132-
transitiveValues.push(inst);
125+
// TODO: Delete once OSSALifetimeCompletion is run as part of SILGenCleanup.
126+
OSSALifetimeCompletion completion(fn, domTree, *deba->get(fn));
127+
128+
// Collect all values derived from each mark_unresolved_non_copyable_value
129+
// instruction via ownership instructions and phis.
130+
ValueWorklist transitiveValues(fn);
131+
for (auto *inst : insts) {
132+
transitiveValues.push(inst);
133133
}
134134
while (auto value = transitiveValues.pop()) {
135135
for (auto *use : value->getUses()) {

0 commit comments

Comments
 (0)