From: Segher Boessenkool Date: Fri, 4 Jun 2021 19:10:38 +0000 (+0000) Subject: rs6000: Replace & by && X-Git-Tag: basepoints/gcc-13~5600 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a7794b469f897e0141817785738e2faa73119b5;p=thirdparty%2Fgcc.git rs6000: Replace & by && 2021-08-03 Segher Boessenkool * config/rs6000/vsx.md (*vsx_le_perm_store_): Use && instead of &. --- diff --git a/gcc/config/rs6000/vsx.md b/gcc/config/rs6000/vsx.md index 6f6fc0bd8350..441735df9c3b 100644 --- a/gcc/config/rs6000/vsx.md +++ b/gcc/config/rs6000/vsx.md @@ -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)" + && !altivec_indexed_or_indirect_operand (operands[0], mode)" "@ # #"