Skip to content

Commit ed88d96

Browse files
committed
[RISCV] Use the extensions in the canonical order (NFC)
Fix a mistake in the ordering.
1 parent 477a687 commit ed88d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCV.td

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ def : ProcessorModel<"sifive-e31", RocketModel, [FeatureStdExtM,
237237

238238
def : ProcessorModel<"sifive-u54", RocketModel, [Feature64Bit,
239239
FeatureStdExtM,
240-
FeatureStdExtF,
241240
FeatureStdExtA,
241+
FeatureStdExtF,
242242
FeatureStdExtD,
243243
FeatureStdExtC]>;
244244

0 commit comments

Comments
 (0)