mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[NFC] Pre- increment and decrement where possible
This commit is contained in:
@@ -1624,7 +1624,7 @@ void LoadableStorageAllocation::allocateForArg(SILValue value) {
|
||||
SILInstruction *FirstNonAllocStack = &*BBIter;
|
||||
while (isa<AllocStackInst>(FirstNonAllocStack) &&
|
||||
BBIter != pass.F->begin()->end()) {
|
||||
BBIter++;
|
||||
++BBIter;
|
||||
FirstNonAllocStack = &*BBIter;
|
||||
}
|
||||
SILBuilderWithScope allocBuilder(&*pass.F->begin()->begin(),
|
||||
|
||||
Reference in New Issue
Block a user