[llvm-commits] CVS: llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp

Brian Gaeke gaeke at cs.uiuc.edu
Fri Feb 27 15:02:01 PST 2004


Changes in directory llvm/lib/Target/SparcV9:

SparcV9TargetMachine.cpp updated: 1.100 -> 1.101

---
Log message:

Correct DestroyMachineFunction's getPassName


---
Diffs of the changes:  (+1 -1)

Index: llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp
diff -u llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp:1.100 llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp:1.101
--- llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp:1.100	Wed Feb 25 12:44:15 2004
+++ llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp	Fri Feb 27 15:01:14 2004
@@ -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);





More information about the llvm-commits mailing list