* predict.c (unlikely_executed_stmt_p): Cleanup.
authorJan Hubicka <hubicka@gcc.gnu.org>
Fri, 9 Jun 2017 18:34:29 +0000 (18:34 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 9 Jun 2017 18:34:29 +0000 (18:34 +0000)
From-SVN: r249069

gcc/predict.c

index 764a9151d77bf0a63438cfb2d47abe46025a38af..f25bbf85d8050bfff01c94df359c15e0ec38da3b 100644 (file)
@@ -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",