commit | 3d1fdee339bc9cdb55f1ef0631cb18b4240abb64 | [log] [tgz] |
---|---|---|
author | Brian Gaeke <gaeke@uiuc.edu> | Fri Feb 27 21:01:14 2004 +0000 |
committer | Brian Gaeke <gaeke@uiuc.edu> | Fri Feb 27 21:01:14 2004 +0000 |
tree | 4c0ac7db15846c24588918f941d14ba49c5af0a4 | |
parent | 0321b68f6b1ee13cc4dc96902e4c3fe7d6d18632 [diff] [blame] |
Correct DestroyMachineFunction's getPassName git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11929 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/SparcV9/SparcV9TargetMachine.cpp b/lib/Target/SparcV9/SparcV9TargetMachine.cpp index 76e7707..2939372 100644 --- a/lib/Target/SparcV9/SparcV9TargetMachine.cpp +++ b/lib/Target/SparcV9/SparcV9TargetMachine.cpp
@@ -82,7 +82,7 @@ }; struct DestroyMachineFunction : public FunctionPass { - const char *getPassName() const { return "FreeMachineFunction"; } + const char *getPassName() const { return "DestroyMachineFunction"; } static void freeMachineCode(Instruction &I) { MachineCodeForInstruction::destroy(&I);