Author: marxin
Date: Tue Mar 3 12:10:57 2015
New Revision: 221147
URL: https://gcc.gnu.org/viewcvs?rev=221147&root=gcc&view=rev
Log:
ICF: Use bit or instead of if branch.
* ipa-icf.c (sem_item_optimizer::merge_classes): Use bit or
instead of if branch.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/ipa-icf.c