Skip to content

Commit a20f123

Browse files
authored
[RISCV] Remove unused SDTypeProfile. NFC (#159156)
1 parent 1b77775 commit a20f123

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfo.td

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ def SDT_RISCVIntUnaryOpW : SDTypeProfile<1, 1, [
4444
def SDT_RISCVIntBinOpW : SDTypeProfile<1, 2, [
4545
SDTCisSameAs<0, 1>, SDTCisSameAs<0, 2>, SDTCisVT<0, i64>
4646
]>;
47-
def SDT_RISCVIntShiftDOpW : SDTypeProfile<1, 3, [
48-
SDTCisSameAs<0, 1>, SDTCisSameAs<0, 2>, SDTCisVT<0, i64>, SDTCisVT<3, i64>
49-
]>;
5047

5148
// Target-independent nodes, but with target-specific formats.
5249
def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_CallSeqStart,

0 commit comments

Comments
 (0)