r177657 - in /trunk/gcc: ChangeLog sched-deps.c...
amonakov@gcc.gnu.org
amonakov@gcc.gnu.org
Thu Aug 11 11:53:00 GMT 2011
Author: amonakov
Date: Thu Aug 11 11:53:51 2011
New Revision: 177657
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177657
Log:
2011-08-11 Sergey Grechanik <mouseentity@ispras.ru>
Alexander Monakov <amonakov@ispras.ru>
* sched-deps.c (sched_get_condition_with_rev): Rename to ...
(sched_get_condition_with_rev_uncached): ... this. Factor out
condition caching logic into ...
(sched_get_condition_with_rev): ... this. Reimplement. Do not
attempt to use cache for instructions with zero luid.
(sched_analyze_insn): Use INSN_CACHED_COND instead of INSN_COND.
* sched-int.h (INSN_COND): Rename to INSN_CACHED_COND.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/sched-deps.c
trunk/gcc/sched-int.h
More information about the Gcc-cvs
mailing list