edje_calc: UNLIKELY changed to LIKELY.

It should takes true almost all times when it checks.

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D10606
This commit is contained in:
Woochanlee 2019-11-06 07:13:03 +00:00 committed by Cedric BAIL
parent f7c6bec38f
commit 249ffd6a50
1 changed files with 1 additions and 1 deletions

View File

@ -1020,7 +1020,7 @@ _edje_recalc_do(Edje *ed)
#endif
}
if (EINA_UNLIKELY(ed->table_parts_size > 0))
if (EINA_LIKELY(ed->table_parts_size > 0))
#ifdef EDJE_CALC_CACHE
need_reinit_state =
#endif