aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaISelPattern.cpp
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
commitf519fe07e0014c6b52cc299a08a2aa0047ac1b0a (patch)
tree6db3f52b46fb3436917966dc95ec186e37f504bb /lib/Target/Alpha/AlphaISelPattern.cpp
parent9d1a02345c2fa4ff8e79ee02da38e897a6f5d1fd (diff)
Make -time-passes output prettier
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24096 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/AlphaISelPattern.cpp')
-rw-r--r--lib/Target/Alpha/AlphaISelPattern.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Target/Alpha/AlphaISelPattern.cpp b/lib/Target/Alpha/AlphaISelPattern.cpp
index af9d29e25f..56db7f126d 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) {