Skip to content

Commit 26a52f8

Browse files
committed
[RISCV] RISCVInstrInfoSFB.td shouldn't be included in Vendor extensions section. NFC.
RISCVInstrInfoSFB.td is for Short Forward Branch, not a kind of Vendor extension.
1 parent f6a3cd5 commit 26a52f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfo.td

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2153,14 +2153,16 @@ include "RISCVInstrInfoZc.td"
21532153
include "RISCVInstrInfoZcmop.td"
21542154
include "RISCVInstrInfoZclsd.td"
21552155

2156+
// Short Forward Branch
2157+
include "RISCVInstrInfoSFB.td"
2158+
21562159
//===----------------------------------------------------------------------===//
21572160
// Vendor extensions
21582161
//===----------------------------------------------------------------------===//
21592162

21602163
include "RISCVInstrInfoXVentana.td"
21612164
include "RISCVInstrInfoXTHead.td"
21622165
include "RISCVInstrInfoXSf.td"
2163-
include "RISCVInstrInfoSFB.td"
21642166
include "RISCVInstrInfoXCV.td"
21652167
include "RISCVInstrInfoXwch.td"
21662168
include "RISCVInstrInfoXqci.td"

0 commit comments

Comments
 (0)