diff options
Diffstat (limited to 'gcc/optabs-query.c')
-rw-r--r-- | gcc/optabs-query.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/optabs-query.c b/gcc/optabs-query.c index 02a583f..b8e7e31 100644 --- a/gcc/optabs-query.c +++ b/gcc/optabs-query.c @@ -369,7 +369,7 @@ qimode_for_vec_perm (machine_mode mode) zeroes; this case is not dealt with here. */ bool -can_vec_perm_p (machine_mode mode, bool variable, vec_perm_indices *sel) +can_vec_perm_p (machine_mode mode, bool variable, const vec_perm_indices *sel) { machine_mode qimode; |