mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Fix typo
llvm-svn: 248549
This commit is contained in:
parent
24cdce8bc2
commit
e0f7892c82
@ -865,7 +865,7 @@ void LiveInterval::constructMainRangeFromSubranges(
|
||||
// - If any of the subranges is live at a point the main liverange has to be
|
||||
// live too, conversily if no subrange is live the main range mustn't be
|
||||
// live either.
|
||||
// We do this by scannig through all the subranges simultaneously creating new
|
||||
// We do this by scanning through all the subranges simultaneously creating new
|
||||
// segments in the main range as segments start/ends come up in the subranges.
|
||||
assert(hasSubRanges() && "expected subranges to be present");
|
||||
assert(segments.empty() && valnos.empty() && "expected empty main range");
|
||||
|
Loading…
Reference in New Issue
Block a user