[llvm] [RISCV][NFC] Remove unused getSelectionDAGInfo (PR #98172)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 9 08:49:58 PDT 2024
================
@@ -86,7 +86,6 @@ class RISCVSubtarget : public RISCVGenSubtargetInfo {
RISCVInstrInfo InstrInfo;
RISCVRegisterInfo RegInfo;
RISCVTargetLowering TLInfo;
- SelectionDAGTargetInfo TSInfo;
----------------
topperc wrote:
This is a full object. It's not a pointer. It will be default constructed
https://github.com/llvm/llvm-project/pull/98172
More information about the llvm-commits
mailing list