We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91df9d commit 85b184bCopy full SHA for 85b184b
llvm/lib/Target/Alpha/AlphaISelPattern.cpp
@@ -82,6 +82,10 @@ class AlphaISel : public SelectionDAGISel {
82
AlphaLowering(TM)
83
{}
84
85
+ virtual const char *getPassName() const {
86
+ return "Alpha Pattern Instruction Selection";
87
+ }
88
+
89
/// InstructionSelectBasicBlock - This callback is invoked by
90
/// SelectionDAGISel when it has created a SelectionDAG for us to codegen.
91
virtual void InstructionSelectBasicBlock(SelectionDAG &DAG) {
0 commit comments