From: Jan Hubicka Date: Fri, 9 Jun 2017 18:34:29 +0000 (+0000) Subject: * predict.c (unlikely_executed_stmt_p): Cleanup. X-Git-Tag: basepoints/gcc-9~6731 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d225aa745d015e453ae4d47307b486b5c21824fb;p=thirdparty%2Fgcc.git * predict.c (unlikely_executed_stmt_p): Cleanup. From-SVN: r249069 --- diff --git a/gcc/predict.c b/gcc/predict.c index 764a9151d77b..f25bbf85d805 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",