diff --git a/llvm/lib/Target/RISCV/RISCVProcessors.td b/llvm/lib/Target/RISCV/RISCVProcessors.td index 3c86036e65fa2..a4a5d9e96c271 100644 --- a/llvm/lib/Target/RISCV/RISCVProcessors.td +++ b/llvm/lib/Target/RISCV/RISCVProcessors.td @@ -44,7 +44,7 @@ class RISCVProcessorModel f, list tunef = [], string default_march = ""> - : ProcessorModel { + : ProcessorModel { string DefaultMarch = default_march; } @@ -52,7 +52,7 @@ class RISCVTuneProcessorModel tunef = [], list f = []> - : ProcessorModel; + : ProcessorModel; def GENERIC_RV32 : RISCVProcessorModel<"generic-rv32", NoSchedModel,