projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
724faf7
)
* cfgbuild.c (find_many_sub_basic_blocks): Fix thinko.
author
Jan Hubicka
<hubicka@ucw.cz>
Thu, 8 Jun 2017 09:34:32 +0000
(11:34 +0200)
committer
Jan Hubicka
<hubicka@gcc.gnu.org>
Thu, 8 Jun 2017 09:34:32 +0000
(09:34 +0000)
From-SVN: r249008
gcc/ChangeLog
patch
|
blob
|
history
gcc/cfgbuild.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 055aa045e69f243ce925fa9ff55c9e5a5437a278..574d5c2df10fcabd2e8a7518ad398f53b2dff3eb 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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
diff --git
a/gcc/cfgbuild.c
b/gcc/cfgbuild.c
index f4a4d088251bf0c39557064d95b9aacde19cd280..af73a5e131ca0eb21ab4ae74b1e344587babd817 100644
(file)
--- a/
gcc/cfgbuild.c
+++ b/
gcc/cfgbuild.c
@@
-655,7
+655,7
@@
find_many_sub_basic_blocks (sbitmap blocks)
initialized_src = true;
}
else
- uninitialized_src =
fals
e;
+ uninitialized_src =
tru
e;
bb->frequency += EDGE_FREQUENCY (e);
}
/* When some edges are missing with read profile, this is