public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jiu Fu Guo <guojiufu@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/users/guojiufu/heads/guojiufu-branch)] clean up whitespace
Date: Wed,  9 Jun 2021 05:27:43 +0000 (GMT)	[thread overview]
Message-ID: <20210609052743.8EACD3988414@sourceware.org> (raw)

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


                 reply	other threads:[~2021-06-09  5:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210609052743.8EACD3988414@sourceware.org \
    --to=guojiufu@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).