Hi,
this is what I comitted

Index: ChangeLog
===================================================================
--- ChangeLog   (revision 249007)
+++ ChangeLog   (working copy)
@@ -1,3 +1,7 @@
+2017-06-08  Jan Hubicka  <hubi...@ucw.cz>
+
+       * cfgbuild.c (find_many_sub_basic_blocks): Fix thinko.
+
 2017-06-08  Martin Liska  <mli...@suse.cz>
 
        PR gcov-profile/80911
Index: cfgbuild.c
===================================================================
--- cfgbuild.c  (revision 249007)
+++ cfgbuild.c  (working copy)
@@ -655,7 +655,7 @@ find_many_sub_basic_blocks (sbitmap bloc
                    initialized_src = true;
                  }
                else
-                 uninitialized_src = false;
+                 uninitialized_src = true;
                bb->frequency += EDGE_FREQUENCY (e);
              }
            /* When some edges are missing with read profile, this is

Reply via email to