sched-deps.c (sched_get_condition_with_rev): Rename to ...
authorSergey Grechanik <mouseentity@ispras.ru>
Thu, 11 Aug 2011 11:53:51 +0000 (11:53 +0000)
committerAlexander Monakov <amonakov@gcc.gnu.org>
Thu, 11 Aug 2011 11:53:51 +0000 (15:53 +0400)
commitf0898307231190ca62014affb960f8f1f2fced59
tree5353ca6b284d07d91d9df7b8a04a2242b23de59e
parent0d9439b07cce79ee8e822481f75331dc70399826
sched-deps.c (sched_get_condition_with_rev): Rename to ...

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.

Co-Authored-By: Alexander Monakov <amonakov@ispras.ru>
From-SVN: r177657
gcc/ChangeLog
gcc/sched-deps.c
gcc/sched-int.h