public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-5052] NFC: Fix whitespace
@ 2023-11-01  0:52 Pan Li
  0 siblings, 0 replies; only message in thread
From: Pan Li @ 2023-11-01  0:52 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:c9bb20f7c90471c87236d4fe795e2099111cc746

commit r14-5052-gc9bb20f7c90471c87236d4fe795e2099111cc746
Author: Juzhe-Zhong <juzhe.zhong@rivai.ai>
Date:   Wed Nov 1 08:50:51 2023 +0800

    NFC: Fix whitespace
    
    Notice there is a whitspace issue in previous commit:
    https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=f66b2fc122b8a17591afbb881d580b32e8ddb708
    
    Sorry for missing fixing this whitespace.
    
    Committed as it is obvious.
    
    gcc/ChangeLog:
    
            * tree-vect-slp.cc (vect_build_slp_tree_1): Fix whitespace.

Diff:
---
 gcc/tree-vect-slp.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/tree-vect-slp.cc b/gcc/tree-vect-slp.cc
index b78133f204f5..43d742e3c92e 100644
--- a/gcc/tree-vect-slp.cc
+++ b/gcc/tree-vect-slp.cc
@@ -1427,7 +1427,7 @@ vect_build_slp_tree_1 (vec_info *vinfo, unsigned char *swap,
 	  if (DR_IS_READ (STMT_VINFO_DATA_REF (stmt_info))
 	      && rhs_code != CFN_GATHER_LOAD
 	      && rhs_code != CFN_MASK_GATHER_LOAD
-				&& rhs_code != CFN_MASK_LEN_GATHER_LOAD
+	      && rhs_code != CFN_MASK_LEN_GATHER_LOAD
 	      && !STMT_VINFO_GATHER_SCATTER_P (stmt_info)
 	      /* Not grouped loads are handled as externals for BB
 		 vectorization.  For loop vectorization we can handle

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

only message in thread, other threads:[~2023-11-01  0:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-01  0:52 [gcc r14-5052] NFC: Fix whitespace Pan Li

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).