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 ae7ef35 commit 434625bCopy full SHA for 434625b
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