From: Jan Hubicka Date: Fri, 9 Jun 2017 18:34:29 +0000 (+0000) Subject: * predict.c (unlikely_executed_stmt_p): Cleanup. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d225aa745d015e453ae4d47307b486b5c21824fb;p=gcc.git * predict.c (unlikely_executed_stmt_p): Cleanup. From-SVN: r249069 --- diff --git a/gcc/predict.c b/gcc/predict.c index 764a9151d77..f25bbf85d80 100644 --- 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",