Skip to content

Commit 462fcfc

Browse files
formatting
1 parent ff42e63 commit 462fcfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/MLRegAllocEvictAdvisor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ bool MLEvictAdvisor::loadInterferenceFeatures(
673673
// large amount of compile time being spent in regalloc. If we hit the
674674
// threshold, prevent the range from being evicted. We still let the
675675
// range through if it is urgent as we are required to produce an
676-
// eviction if the candidate is not spillable.
676+
// eviction if the candidate is not spillable.
677677
if (getEvictionCount(Intf->reg()) > MaxEvictionCount && !Urgent)
678678
return false;
679679

0 commit comments

Comments
 (0)