There was an error while loading. Please reload this page.
1 parent 957ca95 commit 4a2d253Copy full SHA for 4a2d253
llvm/include/llvm/CodeGen/MachineBlockPlacement.h
@@ -36,6 +36,7 @@ class MachineBlockPlacementStatsPass
36
public:
37
PreservedAnalyses run(MachineFunction &MF,
38
MachineFunctionAnalysisManager &MFAM);
39
+ static bool isRequired() { return true; }
40
};
41
42
} // namespace llvm
0 commit comments