aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>2022-05-30 13:23:50 +0530
committerPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>2022-05-30 13:23:50 +0530
commitb4e04a78bbdd39021c1d643af309a24e48623796 (patch)
treed8a25fdda6b1c0653a1f10052d41d2647beee742
parent7915f6551343e0868784c2a7945fdac42ed498d3 (diff)
[ARM] Fix prototype for vec_perm_const hook.
gcc/ChangeLog: * config/arm/arm.cc (arm_vectorize_vec_perm_const): Adjust prototype.
-rw-r--r--gcc/config/arm/arm.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arm/arm.cc b/gcc/config/arm/arm.cc
index 70c2d50f0cc..7ecf7b74ffa 100644
--- a/gcc/config/arm/arm.cc
+++ b/gcc/config/arm/arm.cc
@@ -296,8 +296,8 @@ static int arm_cortex_a5_branch_cost (bool, bool);
static int arm_cortex_m_branch_cost (bool, bool);
static int arm_cortex_m7_branch_cost (bool, bool);
-static bool arm_vectorize_vec_perm_const (machine_mode, rtx, rtx, rtx,
- const vec_perm_indices &);
+static bool arm_vectorize_vec_perm_const (machine_mode, machine_mode, rtx, rtx,
+ rtx, const vec_perm_indices &);
static bool aarch_macro_fusion_pair_p (rtx_insn*, rtx_insn*);