We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862f9d4 commit 06dbfe6Copy full SHA for 06dbfe6
llvm/lib/CodeGen/LiveRegMatrix.cpp
@@ -52,7 +52,7 @@ void LiveRegMatrixWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const {
52
53
bool LiveRegMatrixWrapperPass::runOnMachineFunction(MachineFunction &MF) {
54
auto &LIS = getAnalysis<LiveIntervalsWrapperPass>().getLIS();
55
- auto &VRM = getAnalysis<VirtRegMapWrapperPass>().getVRM();
+ auto &VRM = getAnalysis<VirtRegMapWrapperLegacy>().getVRM();
56
LRM.init(MF, LIS, VRM);
57
return false;
58
}
0 commit comments