Skip to content

Commit c982f82

Browse files
committed
Rename to VirtRegMapWrapperLegacy
1 parent 5590e42 commit c982f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/LiveRegMatrix.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ void LiveRegMatrixWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const {
5252

5353
bool LiveRegMatrixWrapperPass::runOnMachineFunction(MachineFunction &MF) {
5454
auto &LIS = getAnalysis<LiveIntervalsWrapperPass>().getLIS();
55-
auto &VRM = getAnalysis<VirtRegMapWrapperPass>().getVRM();
55+
auto &VRM = getAnalysis<VirtRegMapWrapperLegacy>().getVRM();
5656
LRM.init(MF, LIS, VRM);
5757
return false;
5858
}

0 commit comments

Comments
 (0)