Skip to content

Commit 6887d0a

Browse files
committed
review comment
1 parent 9c342fa commit 6887d0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/include/llvm/CodeGen/ProcessImplicitDefs.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ class ProcessImplicitDefsPass : public PassInfoMixin<ProcessImplicitDefsPass> {
1818
PreservedAnalyses run(MachineFunction &MF,
1919
MachineFunctionAnalysisManager &MFAM);
2020
MachineFunctionProperties getRequiredProperties() const {
21-
return MachineFunctionProperties().set(
22-
MachineFunctionProperties::Property::IsSSA);
21+
return MachineFunctionProperties().setIsSSA();
2322
}
2423
};
2524

0 commit comments

Comments
 (0)