From: Chris Lattner Date: Sat, 29 Oct 2005 16:45:02 +0000 (+0000) Subject: Make -time-passes output prettier X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f519fe07e0014c6b52cc299a08a2aa0047ac1b0a;p=oota-llvm.git Make -time-passes output prettier git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24096 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Alpha/AlphaISelPattern.cpp b/lib/Target/Alpha/AlphaISelPattern.cpp index af9d29e25fb..56db7f126dc 100644 --- a/lib/Target/Alpha/AlphaISelPattern.cpp +++ b/lib/Target/Alpha/AlphaISelPattern.cpp @@ -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) {