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:
zhongjuzhe 2022-08-30 10:57:42 +08:00 committed by Kito Cheng
parent e9f827d791
commit 45f1287268

View file

@ -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 */