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) {



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to