OSDN Git Service

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 76e7707..2939372 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);