summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-29 16:45:02 +0000
committerChris Lattner <sabre@nondot.org>2005-10-29 16:45:02 +0000
commit85b184b2928874a544879d792157f90b5875217a (patch)
treeed1ae25d17dd5de3143b94395a4ad78c6f33918e
parentd91df9d941b2e64df138d5ded37b3657bd804af5 (diff)
downloadllvm-85b184b2928874a544879d792157f90b5875217a.tar.gz
Make -time-passes output prettier
llvm-svn: 24096
-rw-r--r--llvm/lib/Target/Alpha/AlphaISelPattern.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaISelPattern.cpp b/llvm/lib/Target/Alpha/AlphaISelPattern.cpp
index af9d29e25fb0..56db7f126dce 100644
--- a/llvm/lib/Target/Alpha/AlphaISelPattern.cpp
+++ b/llvm/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) {