forked from OSchip/llvm-project
[RISCV] Use the extensions in the canonical order (NFC)
Fix a mistake in the ordering.
This commit is contained in:
parent
477a68760b
commit
ed88d96295
|
@ -237,8 +237,8 @@ def : ProcessorModel<"sifive-e31", RocketModel, [FeatureStdExtM,
|
|||
|
||||
def : ProcessorModel<"sifive-u54", RocketModel, [Feature64Bit,
|
||||
FeatureStdExtM,
|
||||
FeatureStdExtF,
|
||||
FeatureStdExtA,
|
||||
FeatureStdExtF,
|
||||
FeatureStdExtD,
|
||||
FeatureStdExtC]>;
|
||||
|
||||
|
|
Loading…
Reference in New Issue