mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[NFC] Formatting cleanup to help with next conflicts
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user