RISC-V: Fix comment in riscv.h
gcc/ChangeLog: * config/riscv/riscv.h (enum reg_class): Change vype to vtype.
This commit is contained in:
parent
e9f827d791
commit
45f1287268
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ enum reg_class
|
|||
FP_REGS, /* floating-point registers */
|
||||
FRAME_REGS, /* arg pointer and frame pointer */
|
||||
VL_REGS, /* vl register */
|
||||
VTYPE_REGS, /* vype register */
|
||||
VTYPE_REGS, /* vtype register */
|
||||
VM_REGS, /* v0.t registers */
|
||||
VD_REGS, /* vector registers except v0.t */
|
||||
V_REGS, /* vector registers */
|
||||
|
|
Loading…
Add table
Reference in a new issue