diff options
Diffstat (limited to 'gcc/optabs-query.c')
-rw-r--r-- | gcc/optabs-query.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/optabs-query.c b/gcc/optabs-query.c index 04c8d08..4116bfe 100644 --- a/gcc/optabs-query.c +++ b/gcc/optabs-query.c @@ -415,8 +415,9 @@ can_vec_perm_var_p (machine_mode mode) permute (if the target supports that). Note that additional permutations representing whole-vector shifts may - also be handled via the vec_shr optab, but only where the second input - vector is entirely constant zeroes; this case is not dealt with here. */ + also be handled via the vec_shr or vec_shl optab, but only where the + second input vector is entirely constant zeroes; this case is not dealt + with here. */ bool can_vec_perm_const_p (machine_mode mode, const vec_perm_indices &sel, |