Skip to content

Commit 53967c5

Browse files
authored
Merge pull request #22163 from gottesmm/pr-74736b4c85a0df878e3ab071c52ec1898ccc23fc
2 parents 6275b10 + 9401acb commit 53967c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/Mandatory/MandatoryInlining.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ static SILValue getLoadedCalleeValue(LoadInst *li) {
502502
}
503503

504504
// Make sure that our project_box has a single store user and our load user.
505-
StoreInst *si;
505+
StoreInst *si = nullptr;
506506
for (Operand *use : pbi->getUses()) {
507507
// If this use is our load... continue.
508508
if (use->getUser() == li)

0 commit comments

Comments
 (0)