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:
parent
ebff536cf4
commit
3a7794b469
1 changed files with 1 additions and 1 deletions
|
@ -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)"
|
||||
"@
|
||||
#
|
||||
#"
|
||||
|
|
Loading…
Add table
Reference in a new issue