RISC-V: Update the comments of riscv_v_ext_mode_p [NFC]

gcc/ChangeLog:

	* config/riscv/riscv.cc (riscv_v_ext_mode_p): Update the
	comments of predicate func riscv_v_ext_mode_p.

Signed-off-by: Pan Li <pan2.li@intel.com>
This commit is contained in:
Pan Li 2024-01-12 10:49:55 +08:00
parent 72609f5591
commit d79629b316

View file

@ -1361,7 +1361,10 @@ riscv_v_ext_vls_mode_p (machine_mode mode)
return false;
}
/* Return true if it is either RVV vector mode or RVV tuple mode. */
/* Return true if it is either of below modes.
1. RVV vector mode.
2. RVV tuple mode.
3. RVV vls mode. */
static bool
riscv_v_ext_mode_p (machine_mode mode)