mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-23 11:49:50 +00:00
Implement FreeMachineFunction::getPassName().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297222 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
360f1e7c17
commit
debb02e97a
@ -306,6 +306,10 @@ public:
|
||||
MMI.deleteMachineFunctionFor(F);
|
||||
return true;
|
||||
}
|
||||
|
||||
StringRef getPassName() const override {
|
||||
return "Free MachineFunction";
|
||||
}
|
||||
};
|
||||
char FreeMachineFunction::ID;
|
||||
} // end anonymous namespace
|
||||
|
Loading…
Reference in New Issue
Block a user