Fix typo. Committed.
gcc/ChangeLog:
* config/riscv/riscv-avlprop.cc (alv_can_be_propagated_p): Fix typo.
(avl_can_be_propagated_p): Ditto.
(vlmax_ta_p): Ditto.
/* Return true if the AVL of the INSN can be propagated. */
static bool
-alv_can_be_propagated_p (rtx_insn *rinsn)
+avl_can_be_propagated_p (rtx_insn *rinsn)
{
/* The index of "vrgather dest, source, index" may pick up the
element which has index >= AVL, so we can't strip the elements
vlmax_ta_p (rtx_insn *rinsn)
{
return vlmax_avl_type_p (rinsn) && tail_agnostic_p (rinsn)
- && alv_can_be_propagated_p (rinsn);
+ && avl_can_be_propagated_p (rinsn);
}
static machine_mode