Skip to content

Commit 6cebd35

Browse files
committed
[RISCV] Remove extra indentation from RISCVProcessors.td.
1 parent de1d4eb commit 6cebd35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/RISCV/RISCVProcessors.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ class RISCVProcessorModel<string n,
4444
list<SubtargetFeature> f,
4545
list<SubtargetFeature> tunef = [],
4646
string default_march = "">
47-
: ProcessorModel<n, m, f, tunef> {
47+
: ProcessorModel<n, m, f, tunef> {
4848
string DefaultMarch = default_march;
4949
}
5050

5151
class RISCVTuneProcessorModel<string n,
5252
SchedMachineModel m,
5353
list<SubtargetFeature> tunef = [],
5454
list<SubtargetFeature> f = []>
55-
: ProcessorModel<n, m, f,tunef>;
55+
: ProcessorModel<n, m, f,tunef>;
5656

5757
def GENERIC_RV32 : RISCVProcessorModel<"generic-rv32",
5858
NoSchedModel,

0 commit comments

Comments
 (0)