Skip to content

Commit

Permalink
rs6000: Replace & by &&
Browse files Browse the repository at this point in the history
2021-08-03  Segher Boessenkool  <segher@kernel.crashing.org>

	* config/rs6000/vsx.md (*vsx_le_perm_store_<mode>): Use && instead of &.
  • Loading branch information
segher committed Aug 3, 2021
1 parent ebff536 commit 3a7794b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc/config/rs6000/vsx.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
"@
#
#"
Expand Down

0 comments on commit 3a7794b

Please sign in to comment.