Make -time-passes output prettier
authorChris Lattner <sabre@nondot.org>
Sat, 29 Oct 2005 16:45:02 +0000 (16:45 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 29 Oct 2005 16:45:02 +0000 (16:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24096 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Alpha/AlphaISelPattern.cpp

index af9d29e25fb05196f0428a5a5d4b5cec836c675a..56db7f126dcea6ba6c3c702e2b9abc8669f8c5d4 100644 (file)
@@ -82,6 +82,10 @@ public:
     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) {