Skip to content

Commit e59632b

Browse files
[RISCV] Fix typo in RISCVScheduleV.td that was introduced in 60a1158
1 parent 564f9ab commit e59632b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVScheduleV.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@ defm "" : LMULReadAdvance<"ReadVFCvtFToIV", 0>;
10791079
defm "" : LMULSEWReadAdvanceW<"ReadVFWCvtIToFV", 0>;
10801080
defm "" : LMULReadAdvanceFW<"ReadVFWCvtFToIV", 0>;
10811081
defm "" : LMULSEWReadAdvanceFW<"ReadVFWCvtFToFV", 0>;
1082-
defm "" : LMULSEWReadAdvanceFW<"SEWReadVFNCvtIToFV", 0>;
1082+
defm "" : LMULSEWReadAdvanceFW<"ReadVFNCvtIToFV", 0>;
10831083
defm "" : LMULReadAdvanceW<"ReadVFNCvtFToIV", 0>;
10841084
defm "" : LMULSEWReadAdvanceFW<"ReadVFNCvtFToFV", 0>;
10851085

0 commit comments

Comments
 (0)