[NFC] Formatting cleanup to help with next conflicts

This commit is contained in:
Ben Barham
2021-10-15 17:15:51 +10:00
parent ea82df3e4a
commit 624337148b
7 changed files with 14 additions and 15 deletions

View File

@@ -927,7 +927,7 @@ void StackAllocationPromoter::propagateLiveness(
// If liveness has not been propagated, go over the incoming operands and mark
// any operand values that are proactivePhis as live
livePhis.insert(proactivePhi);
SmallVector<SILValue, 16> incomingPhiVals;
SmallVector<SILValue, 4> incomingPhiVals;
proactivePhi->getIncomingPhiValues(incomingPhiVals);
for (auto &inVal : incomingPhiVals) {
auto *inPhi = dyn_cast<SILPhiArgument>(inVal);