mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-05 19:57:44 +00:00
Correct DestroyMachineFunction's getPassName
llvm-svn: 11929
This commit is contained in:
parent
9e71c09ff5
commit
0e74ff91a0
@ -82,7 +82,7 @@ namespace {
|
||||
};
|
||||
|
||||
struct DestroyMachineFunction : public FunctionPass {
|
||||
const char *getPassName() const { return "FreeMachineFunction"; }
|
||||
const char *getPassName() const { return "DestroyMachineFunction"; }
|
||||
|
||||
static void freeMachineCode(Instruction &I) {
|
||||
MachineCodeForInstruction::destroy(&I);
|
||||
|
Loading…
x
Reference in New Issue
Block a user