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

Brian Gaeke gaeke at cs.uiuc.edu
Thu Mar 11 13:24:01 PST 2004


Changes in directory llvm/lib/Target/SparcV9:

SparcV9PreSelection.cpp updated: 1.28 -> 1.29

---
Log message:

Give pass a name

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

Index: llvm/lib/Target/SparcV9/SparcV9PreSelection.cpp
diff -u llvm/lib/Target/SparcV9/SparcV9PreSelection.cpp:1.28 llvm/lib/Target/SparcV9/SparcV9PreSelection.cpp:1.29
--- llvm/lib/Target/SparcV9/SparcV9PreSelection.cpp:1.28	Wed Feb 25 12:44:15 2004
+++ llvm/lib/Target/SparcV9/SparcV9PreSelection.cpp	Thu Mar 11 13:23:15 2004
@@ -48,6 +48,7 @@
       visit(F);
       return true;
     }
+    const char *getPassName() const { return "SparcV9 Instr. Pre-selection"; }
 
     // These methods do the actual work of specializing code
     void visitInstruction(Instruction &I);   // common work for every instr. 





More information about the llvm-commits mailing list