Skip to content

Commit 3628633

Browse files
committed
propagate PhysicalRegisterUsageAnalysis renaming
1 parent 2ef89b1 commit 3628633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/CodeGen/RegUsageInfoCollector.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ RegUsageInfoCollectorPass::run(MachineFunction &MF,
109109
MachineFunctionAnalysisManager &MFAM) {
110110
Module &MFA = *MF.getFunction().getParent();
111111
auto *PRUI = MFAM.getResult<ModuleAnalysisManagerMachineFunctionProxy>(MF)
112-
.getCachedResult<PhysicalRegisterUsageInfoAnalysis>(MFA);
113-
assert(PRUI && "PhysicalRegisterUsageInfoAnalysis not available");
112+
.getCachedResult<PhysicalRegisterUsageAnalysis>(MFA);
113+
assert(PRUI && "PhysicalRegisterUsageAnalysis not available");
114114
RegUsageInfoCollector(*PRUI).run(MF);
115115
return PreservedAnalyses::all();
116116
}

0 commit comments

Comments
 (0)