Correct DestroyMachineFunction's getPassName
authorBrian Gaeke <gaeke@uiuc.edu>
Fri, 27 Feb 2004 21:01:14 +0000 (21:01 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Fri, 27 Feb 2004 21:01:14 +0000 (21:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11929 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/SparcV9TargetMachine.cpp

index 76e770727fa61da22f50f674ee88a31d4d870c62..293937276b0a4d10f4e4a2eea66a3b0b148a31d1 100644 (file)
@@ -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);