public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/marxin/heads/loop-unswitching-switch-v3)] Small formatting update.
@ 2021-09-13 15:38 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2021-09-13 15:38 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:76aa3129ad8ed518e68d40f3c1adc93d8683b2e5

commit 76aa3129ad8ed518e68d40f3c1adc93d8683b2e5
Author: Martin Liska <mliska@suse.cz>
Date:   Mon Sep 13 17:38:19 2021 +0200

    Small formatting update.

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

diff --git a/gcc/tree-ssa-loop-unswitch.c b/gcc/tree-ssa-loop-unswitch.c
index de8df78ca69..a509938c7d0 100644
--- a/gcc/tree-ssa-loop-unswitch.c
+++ b/gcc/tree-ssa-loop-unswitch.c
@@ -101,10 +101,8 @@ tree_ssa_unswitch_loops (void)
   for (auto loop : loops_list (cfun, LI_FROM_INNERMOST))
     {
       if (!loop->inner)
-	{
-	  /* Unswitch innermost loop.  */
-	  changed |= tree_unswitch_single_loop (loop, 0);
-	}
+	/* Unswitch innermost loop.  */
+	changed |= tree_unswitch_single_loop (loop, 0);
       else
 	changed |= tree_unswitch_outer_loop (loop);
     }


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

only message in thread, other threads:[~2021-09-13 15:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-13 15:38 [gcc(refs/users/marxin/heads/loop-unswitching-switch-v3)] Small formatting update Martin Liska

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