mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Missing comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127068 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e0ef509aeb
commit
ab2e3e2d70
@ -2228,6 +2228,8 @@ bool ilp_ls_rr_sort::isReady(SUnit *SU, unsigned CurCycle) const {
|
||||
return true;
|
||||
}
|
||||
|
||||
// list-ilp is currently an experimental scheduler that allows various
|
||||
// heuristics to be enabled prior to the normal register reduction logic.
|
||||
bool ilp_ls_rr_sort::operator()(SUnit *left, SUnit *right) const {
|
||||
if (left->isCall || right->isCall)
|
||||
// No way to compute latency of calls.
|
||||
|
Loading…
x
Reference in New Issue
Block a user