[llvm] [RISCV][NFC] Remove unused getSelectionDAGInfo (PR #98172)
Michael Maitland via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 9 08:50:30 PDT 2024
================
@@ -86,7 +86,6 @@ class RISCVSubtarget : public RISCVGenSubtargetInfo {
RISCVInstrInfo InstrInfo;
RISCVRegisterInfo RegInfo;
RISCVTargetLowering TLInfo;
- SelectionDAGTargetInfo TSInfo;
----------------
michaelmaitland wrote:
Yes you are right. My bad. Will close this issue. All tests passed without it though.
https://github.com/llvm/llvm-project/pull/98172
More information about the llvm-commits
mailing list