Skip to content

Commit 85b184b

Browse files
committed
Make -time-passes output prettier
llvm-svn: 24096
1 parent d91df9d commit 85b184b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

llvm/lib/Target/Alpha/AlphaISelPattern.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ class AlphaISel : public SelectionDAGISel {
8282
AlphaLowering(TM)
8383
{}
8484

85+
virtual const char *getPassName() const {
86+
return "Alpha Pattern Instruction Selection";
87+
}
88+
8589
/// InstructionSelectBasicBlock - This callback is invoked by
8690
/// SelectionDAGISel when it has created a SelectionDAG for us to codegen.
8791
virtual void InstructionSelectBasicBlock(SelectionDAG &DAG) {

0 commit comments

Comments
 (0)