[gcc r11-1233] Fix formatting in rs6000.c.
Martin Liska
marxin@gcc.gnu.org
Thu Jun 11 13:01:00 GMT 2020
https://gcc.gnu.org/g:3b3ad4af022f18734352b4cb914af52106b31b2d
commit r11-1233-g3b3ad4af022f18734352b4cb914af52106b31b2d
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);
More information about the Gcc-cvs
mailing list