rs6000: Replace & by &&

2021-08-03  Segher Boessenkool  <segher@kernel.crashing.org>

	* config/rs6000/vsx.md (*vsx_le_perm_store_<mode>): Use && instead of &.
This commit is contained in:
Segher Boessenkool 2021-06-04 19:10:38 +00:00
parent ebff536cf4
commit 3a7794b469

View file

@ -1014,7 +1014,7 @@
[(set (match_operand:VSX_LE_128 0 "memory_operand" "=Z,Q")
(match_operand:VSX_LE_128 1 "vsx_register_operand" "+wa,r"))]
"!BYTES_BIG_ENDIAN && TARGET_VSX && !TARGET_P9_VECTOR
& !altivec_indexed_or_indirect_operand (operands[0], <MODE>mode)"
&& !altivec_indexed_or_indirect_operand (operands[0], <MODE>mode)"
"@
#
#"