rustc_monomorphize: fix outdated comment in partition
This commit is contained in:
parent
c401f09979
commit
17f0919e8a
@ -156,7 +156,7 @@ fn partition<'tcx, I>(
|
|||||||
placed
|
placed
|
||||||
};
|
};
|
||||||
|
|
||||||
// Merge until we have at most `max_cgu_count` codegen units.
|
// Merge until we don't exceed the max CGU count.
|
||||||
// `merge_codegen_units` is responsible for updating the CGU size
|
// `merge_codegen_units` is responsible for updating the CGU size
|
||||||
// estimates.
|
// estimates.
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user