Remove cached_first_cycle_multipass_dfa_lookahead and cached_issue_rate
commit8aec463b10bd41bc184305458abfcc657fac4883
authorMaxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
Fri, 24 Oct 2014 08:22:37 +0000 (24 08:22 +0000)
committerMaxim Kuvyrkov <mkuvyrkov@gcc.gnu.org>
Fri, 24 Oct 2014 08:22:37 +0000 (24 08:22 +0000)
tree2dd7c339f64a26b3aa525fa7ef40f0eb2fbe0ffe
parentb75ae7f422bc0c477422faae20d2195ffdeeb5df
Remove cached_first_cycle_multipass_dfa_lookahead and cached_issue_rate

* haifa-sched.c (cached_first_cycle_multipass_dfa_lookahead,)
(cached_issue_rate): Remove.  Use dfa_lookahead and issue_rate instead.
(max_issue, choose_ready, sched_init): Update.

From-SVN: r216622
gcc/ChangeLog
gcc/haifa-sched.c