Skip to content

Commit 1e63108

Browse files
committed
Speculative fix for a regression on the
"oss-swift_tools-RA_stdlib-RD_test-simulator" iOS simulator bot.
1 parent de28975 commit 1e63108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/SILCombiner/SILCombinerMiscVisitors.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,7 @@ visitInitExistentialRefInst(InitExistentialRefInst *IER) {
14641464
// in place, because we need the result type of "%c" but the operand list
14651465
// of "%a", and the number of dependent types could disagree.
14661466
return Builder.createInitExistentialRef(IER->getLoc(), IER->getType(),
1467-
IER2->getFormalConcreteType(),
1467+
IER->getFormalConcreteType(),
14681468
IER2->getOperand(),
14691469
IER->getConformances());
14701470

0 commit comments

Comments
 (0)