[llvm][PPCISelDAGToDAG] rename ppc-codegen to ppc-isel
authorNick Desaulniers <ndesaulniers@google.com>
Mon, 9 Jan 2023 23:24:19 +0000 (15:24 -0800)
committerNick Desaulniers <ndesaulniers@google.com>
Mon, 9 Jan 2023 23:24:25 +0000 (15:24 -0800)
Every other subclass of SelectionDAGISel calls this pass "<arch>-isel".
No existing tests refer to ppc-codegen so this is purely a cosmetic
change to bring the pass name in line with other architecture's
SelectionDAGISel subclasses.

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D140497

llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp

index 176b49a..d80a33f 100644 (file)
@@ -68,7 +68,7 @@
 
 using namespace llvm;
 
-#define DEBUG_TYPE "ppc-codegen"
+#define DEBUG_TYPE "ppc-isel"
 #define PASS_NAME "PowerPC DAG->DAG Pattern Instruction Selection"
 
 STATISTIC(NumSextSetcc,