mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[NFC] Pre- increment and decrement where possible
This commit is contained in:
@@ -173,7 +173,7 @@ public:
|
||||
if (!canHoistArrayPropsInst(ArrayPropsInst))
|
||||
return false;
|
||||
|
||||
LoopInstCount++;
|
||||
++LoopInstCount;
|
||||
FoundHoistable = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user