From 3d1fdee339bc9cdb55f1ef0631cb18b4240abb64 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Fri, 27 Feb 2004 21:01:14 +0000 Subject: [PATCH] Correct DestroyMachineFunction's getPassName git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11929 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/SparcV9/SparcV9TargetMachine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/SparcV9/SparcV9TargetMachine.cpp b/lib/Target/SparcV9/SparcV9TargetMachine.cpp index 76e770727fa..293937276b0 100644 --- a/lib/Target/SparcV9/SparcV9TargetMachine.cpp +++ b/lib/Target/SparcV9/SparcV9TargetMachine.cpp @@ -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); -- 2.11.0