mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user