Skip to content

Commit fd1a2a4

Browse files
authored
Merge pull request swiftlang#27906 from gottesmm/pr-be294644c548bacbb9c9505fa1fe17488475251f
2 parents 2e9b6b8 + 16b1765 commit fd1a2a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/SILOptimizer/Utils/ConstantFolding.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1501,7 +1501,6 @@ bool ConstantFolder::constantFoldStringConcatenation(ApplyInst *AI) {
15011501
assert(DeadI);
15021502
recursivelyDeleteTriviallyDeadInstructions(DeadI, /*force*/ true,
15031503
RemoveCallback);
1504-
WorkList.remove(DeadI);
15051504
}
15061505
}
15071506
// Schedule users of the new instruction for constant folding.

0 commit comments

Comments
 (0)