public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/autopar_devel] Fix formatting in rs6000.c.
@ 2020-08-22 22:26 Giuliano Belinassi
  0 siblings, 0 replies; only message in thread
From: Giuliano Belinassi @ 2020-08-22 22:26 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:58339ccc8b255aa576de3015b185b00d3f7c6b87

commit 58339ccc8b255aa576de3015b185b00d3f7c6b87
Author: Martin Liska <mliska@suse.cz>
Date:   Thu Jun 11 14:59:47 2020 +0200

    Fix formatting in rs6000.c.
    
    gcc/ChangeLog:
    
            * config/rs6000/rs6000.c (rs6000_density_test): Fix GNU coding
            style.

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

diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c
index 00daf979856..58f5d780603 100644
--- a/gcc/config/rs6000/rs6000.c
+++ b/gcc/config/rs6000/rs6000.c
@@ -4988,7 +4988,7 @@ rs6000_density_test (rs6000_cost_data *data)
 	{
 	  gimple *stmt = gsi_stmt (gsi);
 	  if (is_gimple_debug (stmt))
-	      continue;
+	    continue;
 
 	  stmt_vec_info stmt_info = loop_vinfo->lookup_stmt (stmt);


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

only message in thread, other threads:[~2020-08-22 22:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-22 22:26 [gcc/devel/autopar_devel] Fix formatting in rs6000.c Giuliano Belinassi

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