mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Optimizer: rename BorrowArgumentsUpdater -> GuaranteedPhiUpdater
NFC
This commit is contained in:
@@ -506,7 +506,7 @@ class LoopRotation : public SILFunctionTransform {
|
||||
}
|
||||
|
||||
if (changed) {
|
||||
updateAllBorrowArguments(PM, f);
|
||||
updateAllGuaranteedPhis(PM, f);
|
||||
// We preserve loop info and the dominator tree.
|
||||
domAnalysis->lockInvalidation();
|
||||
loopAnalysis->lockInvalidation();
|
||||
|
||||
Reference in New Issue
Block a user