* cfgbuild.c (find_many_sub_basic_blocks): Fix thinko.
authorJan Hubicka <hubicka@ucw.cz>
Thu, 8 Jun 2017 09:34:32 +0000 (11:34 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 8 Jun 2017 09:34:32 +0000 (09:34 +0000)
From-SVN: r249008

gcc/ChangeLog
gcc/cfgbuild.c

index 055aa045e69f243ce925fa9ff55c9e5a5437a278..574d5c2df10fcabd2e8a7518ad398f53b2dff3eb 100644 (file)
@@ -1,3 +1,7 @@
+2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
+
+       * cfgbuild.c (find_many_sub_basic_blocks): Fix thinko.
+
 2017-06-08  Martin Liska  <mliska@suse.cz>
 
        PR gcov-profile/80911
index f4a4d088251bf0c39557064d95b9aacde19cd280..af73a5e131ca0eb21ab4ae74b1e344587babd817 100644 (file)
@@ -655,7 +655,7 @@ find_many_sub_basic_blocks (sbitmap blocks)
                    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