public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] Small formatting fix
@ 2017-12-14 20:14 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2017-12-14 20:14 UTC (permalink / raw)
  To: gcc-patches

Hi!

While looking into PR83422 I've noticed this formatting glitch,
bootstrapped/regtested on x86_64-linux and i686-linux, committed to
trunk as obvious.

2017-12-14  Jakub Jelinek  <jakub@redhat.com>

	* var-tracking.c (variable_tracking_main_1): Formatting fix.

--- gcc/var-tracking.c.jj	2017-12-14 12:02:07.000000000 +0100
+++ gcc/var-tracking.c	2017-12-14 17:58:12.136309252 +0100
@@ -10424,8 +10424,8 @@ variable_tracking_main_1 (void)
   if (!flag_var_tracking)
     return 0;
 
-  if (n_basic_blocks_for_fn (cfun) > 500 &&
-      n_edges_for_fn (cfun) / n_basic_blocks_for_fn (cfun) >= 20)
+  if (n_basic_blocks_for_fn (cfun) > 500
+      && n_edges_for_fn (cfun) / n_basic_blocks_for_fn (cfun) >= 20)
     {
       vt_debug_insns_local (true);
       return 0;

	Jakub

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

only message in thread, other threads:[~2017-12-14 20:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-14 20:14 [committed] Small formatting fix Jakub Jelinek

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