projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e813ee3
)
* predict.c (unlikely_executed_stmt_p): Cleanup.
author
Jan Hubicka
<hubicka@gcc.gnu.org>
Fri, 9 Jun 2017 18:34:29 +0000
(18:34 +0000)
committer
Jan Hubicka
<hubicka@gcc.gnu.org>
Fri, 9 Jun 2017 18:34:29 +0000
(18:34 +0000)
From-SVN: r249069
gcc/predict.c
patch
|
blob
|
history
diff --git
a/gcc/predict.c
b/gcc/predict.c
index 764a9151d77bf0a63438cfb2d47abe46025a38af..f25bbf85d8050bfff01c94df359c15e0ec38da3b 100644
(file)
--- a/
gcc/predict.c
+++ b/
gcc/predict.c
@@
-780,7
+780,7
@@
unlikely_executed_stmt_p (gimple *stmt)
{
if (!is_gimple_call (stmt))
return false;
- /* NORETURN attribute
enough
is not strong enough: exit() may be quite
+ /* NORETURN attribute
alone
is not strong enough: exit() may be quite
likely executed once during program run. */
if (gimple_call_fntype (stmt)
&& lookup_attribute ("cold",