Skip to content

Commit 7ab64b3

Browse files
committed
[RISCV] Remove tab character from RISCVRegisterInfo.td. NFC
1 parent 4435ced commit 7ab64b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVRegisterInfo.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ defvar VMaskVTs = [vbool1_t, vbool2_t, vbool4_t, vbool8_t, vbool16_t,
487487
defvar VM1VTs = [vint8m1_t, vint16m1_t, vint32m1_t, vint64m1_t,
488488
vbfloat16m1_t, vfloat16m1_t, vfloat32m1_t,
489489
vfloat64m1_t, vint8mf2_t, vint8mf4_t, vint8mf8_t,
490-
vint16mf2_t, vint16mf4_t, vint32mf2_t,
490+
vint16mf2_t, vint16mf4_t, vint32mf2_t,
491491
vfloat16mf4_t, vfloat16mf2_t, vbfloat16mf4_t,
492492
vbfloat16mf2_t, vfloat32mf2_t];
493493

0 commit comments

Comments
 (0)