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 9c342fa commit 6887d0aCopy full SHA for 6887d0a
llvm/include/llvm/CodeGen/ProcessImplicitDefs.h
@@ -18,8 +18,7 @@ class ProcessImplicitDefsPass : public PassInfoMixin<ProcessImplicitDefsPass> {
18
PreservedAnalyses run(MachineFunction &MF,
19
MachineFunctionAnalysisManager &MFAM);
20
MachineFunctionProperties getRequiredProperties() const {
21
- return MachineFunctionProperties().set(
22
- MachineFunctionProperties::Property::IsSSA);
+ return MachineFunctionProperties().setIsSSA();
23
}
24
};
25
0 commit comments