public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/guojiufu/heads/guojiufu-branch)] clean up whitespace
@ 2021-06-09  5:27 Jiu Fu Guo
  0 siblings, 0 replies; only message in thread
From: Jiu Fu Guo @ 2021-06-09  5:27 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:9d35ae2f48f2db02841b4bdee1600620282f2e10

commit 9d35ae2f48f2db02841b4bdee1600620282f2e10
Author: Jiufu Guo <guojiufu@linux.ibm.com>
Date:   Fri Jun 4 15:45:30 2021 +0800

    clean up whitespace

Diff:
---
 gcc/tree-ssa-loop-split.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/tree-ssa-loop-split.c b/gcc/tree-ssa-loop-split.c
index 919e422e5dc..9c0de66e288 100644
--- a/gcc/tree-ssa-loop-split.c
+++ b/gcc/tree-ssa-loop-split.c
@@ -1719,6 +1719,7 @@ split_ne_loop (struct loop *loop, edge cond_e)
 
   gcond *gc = as_a<gcond *> (last_stmt (cond_e->src));
   gcond *dup_gc = as_a<gcond *> (last_stmt (loop2_cond_exit_bb));
+
   /* Invert edges for gcond.  */
   if (gimple_cond_code (gc) == EQ_EXPR)
     {
@@ -1734,9 +1735,8 @@ split_ne_loop (struct loop *loop, edge cond_e)
       };
 
       invert_edge (gimple_bb (gc));
-      invert_edge (gimple_bb (dup_gc));      
+      invert_edge (gimple_bb (dup_gc));
     }
-  
 
   /* Change if (i != n) to LOOP1:if (i > n) and LOOP2:if (i < n) */
   bool inv = expr_invariant_in_loop_p (loop, gimple_cond_lhs (gc));


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

only message in thread, other threads:[~2021-06-09  5:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-09  5:27 [gcc(refs/users/guojiufu/heads/guojiufu-branch)] clean up whitespace Jiu Fu Guo

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