aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-02-27 21:01:14 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-02-27 21:01:14 +0000
commit3d1fdee339bc9cdb55f1ef0631cb18b4240abb64 (patch)
tree4c0ac7db15846c24588918f941d14ba49c5af0a4 /lib/Target/SparcV9
parent0321b68f6b1ee13cc4dc96902e4c3fe7d6d18632 (diff)
downloadexternal_llvm-3d1fdee339bc9cdb55f1ef0631cb18b4240abb64.zip
external_llvm-3d1fdee339bc9cdb55f1ef0631cb18b4240abb64.tar.gz
external_llvm-3d1fdee339bc9cdb55f1ef0631cb18b4240abb64.tar.bz2
Correct DestroyMachineFunction's getPassName
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11929 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SparcV9')
-rw-r--r--lib/Target/SparcV9/SparcV9TargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
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 @@ 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);