Skip to content

Commit 10b416c

Browse files
committed
Reorder model includes in RISCV.td
1 parent 9cc030d commit 10b416c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCV.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ include "RISCVSchedSiFiveP600.td"
5353
include "RISCVSchedSyntacoreSCR1.td"
5454
include "RISCVSchedSyntacoreSCR345.td"
5555
include "RISCVSchedSyntacoreSCR7.td"
56-
include "RISCVSchedXiangShanNanHu.td"
5756
include "RISCVSchedTTAscalonD8.td"
57+
include "RISCVSchedXiangShanNanHu.td"
5858

5959
//===----------------------------------------------------------------------===//
6060
// RISC-V processors supported.

0 commit comments

Comments
 (0)