Skip to content

Commit 35f91cf

Browse files
committed
[MOWTE] Start madeChange at false.
1 parent 6334c77 commit 35f91cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/Mandatory/MoveOnlyWrappedTypeEliminator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ static bool isMoveOnlyWrappedTrivial(SILValue value) {
287287
}
288288

289289
bool SILMoveOnlyWrappedTypeEliminator::process() {
290-
bool madeChange = true;
290+
bool madeChange = false;
291291

292292
llvm::SmallSetVector<SILInstruction *, 8> touchedInsts;
293293

0 commit comments

Comments
 (0)