mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 21:31:03 +00:00
Make -time-passes output prettier
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24096 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9d1a02345c
commit
f519fe07e0
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user