Commit d225aa74 by Jan Hubicka

* predict.c (unlikely_executed_stmt_p): Cleanup.

From-SVN: r249069
parent e813ee34
...@@ -780,7 +780,7 @@ unlikely_executed_stmt_p (gimple *stmt) ...@@ -780,7 +780,7 @@ unlikely_executed_stmt_p (gimple *stmt)
{ {
if (!is_gimple_call (stmt)) if (!is_gimple_call (stmt))
return false; 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. */ likely executed once during program run. */
if (gimple_call_fntype (stmt) if (gimple_call_fntype (stmt)
&& lookup_attribute ("cold", && lookup_attribute ("cold",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment