Skip to content

Commit 4ad9002

Browse files
committed
[MOWTE] Start madeChange at false.
1 parent 910ad0d commit 4ad9002

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
@@ -293,7 +293,7 @@ static bool isMoveOnlyWrappedTrivial(SILValue value) {
293293
}
294294

295295
bool SILMoveOnlyWrappedTypeEliminator::process() {
296-
bool madeChange = true;
296+
bool madeChange = false;
297297

298298
llvm::SmallSetVector<SILArgument *, 8> touchedArgs;
299299
llvm::SmallSetVector<SILInstruction *, 8> touchedInsts;

0 commit comments

Comments
 (0)