[llvm] A MMIWP Constructor Initialized with the move constructor of MMI (PR #98770)
Matin Raayai via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 15 08:50:39 PDT 2024
================
@@ -155,9 +155,7 @@ class FreeMachineFunction : public FunctionPass {
return true;
}
- StringRef getPassName() const override {
- return "Free MachineFunction";
- }
+ StringRef getPassName() const override { return "Free MachineFunction"; }
----------------
matinraayai wrote:
Should be fixed.
https://github.com/llvm/llvm-project/pull/98770
More information about the llvm-commits
mailing list