mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
Don't crash when a value is defined after the last split point.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128962 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3e22897fa9
commit
b3dd82670a
@ -673,7 +673,8 @@ void SplitEditor::overlapIntv(SlotIndex Start, SlotIndex End) {
|
||||
"Range cannot span basic blocks");
|
||||
|
||||
// The complement interval will be extended as needed by extendRange().
|
||||
markComplexMapped(0, ParentVNI);
|
||||
if (ParentVNI)
|
||||
markComplexMapped(0, ParentVNI);
|
||||
DEBUG(dbgs() << " overlapIntv [" << Start << ';' << End << "):");
|
||||
RegAssign.insert(Start, End, OpenIdx);
|
||||
DEBUG(dump());
|
||||
|
Loading…
x
Reference in New Issue
Block a user