mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Optimizer: rename BorrowArgumentsUpdater -> GuaranteedPhiUpdater
NFC
This commit is contained in:
@@ -635,7 +635,7 @@ void CopyPropagation::run() {
|
||||
|
||||
// Invalidate analyses.
|
||||
if (changed || deleter.hadCallbackInvocation()) {
|
||||
updateAllBorrowArguments(getPassManager(), getFunction());
|
||||
updateAllGuaranteedPhis(getPassManager(), getFunction());
|
||||
// Preserves NonLocalAccessBlockAnalysis.
|
||||
accessBlockAnalysis->lockInvalidation();
|
||||
invalidateAnalysis(SILAnalysis::InvalidationKind::Instructions);
|
||||
|
||||
Reference in New Issue
Block a user