[llvm] 83d2c68 - Prune a redundant include "RISCVISelDAGToDAG.h" (fixup for #128978)

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 28 21:18:57 PST 2025


Author: NAKAMURA Takumi
Date: 2025-03-01T14:04:48+09:00
New Revision: 83d2c68fc151ab50e005ecd36edb53a2af89e71c

URL: https://github.com/llvm/llvm-project/commit/83d2c68fc151ab50e005ecd36edb53a2af89e71c
DIFF: https://github.com/llvm/llvm-project/commit/83d2c68fc151ab50e005ecd36edb53a2af89e71c.diff

LOG: Prune a redundant include "RISCVISelDAGToDAG.h" (fixup for #128978)

Seems it is not affected.

Added: 
    

Modified: 
    llvm/lib/Target/RISCV/MCA/RISCVCustomBehaviour.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/RISCV/MCA/RISCVCustomBehaviour.cpp b/llvm/lib/Target/RISCV/MCA/RISCVCustomBehaviour.cpp
index 5a4850f8a08a3..e3b89d84a134b 100644
--- a/llvm/lib/Target/RISCV/MCA/RISCVCustomBehaviour.cpp
+++ b/llvm/lib/Target/RISCV/MCA/RISCVCustomBehaviour.cpp
@@ -14,7 +14,6 @@
 #include "RISCVCustomBehaviour.h"
 #include "MCTargetDesc/RISCVMCTargetDesc.h"
 #include "RISCV.h"
-#include "RISCVISelDAGToDAG.h"
 #include "TargetInfo/RISCVTargetInfo.h"
 #include "llvm/MC/TargetRegistry.h"
 #include "llvm/Support/Debug.h"


        


More information about the llvm-commits mailing list