[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelPattern.cpp

Chris Lattner lattner at cs.uiuc.edu
Sat Oct 29 09:45:14 PDT 2005



Changes in directory llvm/lib/Target/Alpha:

AlphaISelPattern.cpp updated: 1.176 -> 1.177
---
Log message:

Make -time-passes output prettier


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

 AlphaISelPattern.cpp |    4 ++++
 1 files changed, 4 insertions(+)


Index: llvm/lib/Target/Alpha/AlphaISelPattern.cpp
diff -u llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.176 llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.177
--- llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.176	Fri Oct 21 11:01:26 2005
+++ llvm/lib/Target/Alpha/AlphaISelPattern.cpp	Sat Oct 29 11:45:02 2005
@@ -82,6 +82,10 @@
     AlphaLowering(TM)
   {}
 
+    virtual const char *getPassName() const {
+      return "Alpha Pattern Instruction Selection";
+    } 
+
   /// InstructionSelectBasicBlock - This callback is invoked by
   /// SelectionDAGISel when it has created a SelectionDAG for us to codegen.
   virtual void InstructionSelectBasicBlock(SelectionDAG &DAG) {






More information about the llvm-commits mailing list