Skip to content

Commit 5f01016

Browse files
committed
Propagate renaming from down the stack
1 parent 53067f5 commit 5f01016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/CodeGen/RegUsageInfoPropagate.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ RegUsageInfoPropagationPass::run(MachineFunction &MF,
120120
MachineFunctionAnalysisManager &MFAM) {
121121
Module &MFA = *MF.getFunction().getParent();
122122
auto *PRUI = MFAM.getResult<ModuleAnalysisManagerMachineFunctionProxy>(MF)
123-
.getCachedResult<PhysicalRegisterUsageInfoAnalysis>(MFA);
124-
assert(PRUI && "PhysicalRegisterUsageInfoAnalysis not available");
123+
.getCachedResult<PhysicalRegisterUsageAnalysis>(MFA);
124+
assert(PRUI && "PhysicalRegisterUsageAnalysis not available");
125125
RegUsageInfoPropagation(PRUI).run(MF);
126126
return PreservedAnalyses::all();
127127
}

0 commit comments

Comments
 (0)