Skip to content

Commit 1e78ed2

Browse files
committed
[MOWTE] Start madeChange at false.
1 parent 65b89ad commit 1e78ed2

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
@@ -288,7 +288,7 @@ static bool isMoveOnlyWrappedTrivial(SILValue value) {
288288
}
289289

290290
bool SILMoveOnlyWrappedTypeEliminator::process() {
291-
bool madeChange = true;
291+
bool madeChange = false;
292292

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

0 commit comments

Comments
 (0)