public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-2713] rs6000: Replace & by &&
@ 2021-08-03 22:35 Segher Boessenkool
  0 siblings, 0 replies; only message in thread
From: Segher Boessenkool @ 2021-08-03 22:35 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:3a7794b469f897e0141817785738e2faa73119b5

commit r12-2713-g3a7794b469f897e0141817785738e2faa73119b5
Author: Segher Boessenkool <segher@kernel.crashing.org>
Date:   Fri Jun 4 19:10:38 2021 +0000

    rs6000: Replace & by &&
    
    2021-08-03  Segher Boessenkool  <segher@kernel.crashing.org>
    
            * config/rs6000/vsx.md (*vsx_le_perm_store_<mode>): Use && instead of &.

Diff:
---
 gcc/config/rs6000/vsx.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/rs6000/vsx.md b/gcc/config/rs6000/vsx.md
index 6f6fc0bd835..441735df9c3 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>mode)"
+   && !altivec_indexed_or_indirect_operand (operands[0], <MODE>mode)"
   "@
    #
    #"


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-03 22:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-03 22:35 [gcc r12-2713] rs6000: Replace & by && Segher Boessenkool

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).