]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
rs6000: Replace & by &&
authorSegher Boessenkool <segher@kernel.crashing.org>
Fri, 4 Jun 2021 19:10:38 +0000 (19:10 +0000)
committerSegher Boessenkool <segher@kernel.crashing.org>
Tue, 3 Aug 2021 22:33:52 +0000 (22:33 +0000)
2021-08-03  Segher Boessenkool  <segher@kernel.crashing.org>

* config/rs6000/vsx.md (*vsx_le_perm_store_<mode>): Use && instead of &.

gcc/config/rs6000/vsx.md

index 6f6fc0bd83503a6fe09f5518ea363587368a7447..441735df9c3bbefcb6f09df160452258e8214724 100644 (file)
   [(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)"
   "@
    #
    #"