mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-19 18:24:05 +00:00
He said *before* the last split point.
This should unbreak the build-self-4-mingw32 tester. I have a very complicated test case that I will try to clean up. llvm-svn: 135329
This commit is contained in:
parent
b09652e74d
commit
25cece01c9
@ -1280,7 +1280,7 @@ void SplitEditor::splitRegInBlock(const SplitAnalysis::BlockInfo &BI,
|
||||
} else {
|
||||
DEBUG(dbgs() << ", spill before last split point.\n");
|
||||
selectIntv(IntvIn);
|
||||
SlotIndex Idx = leaveIntvAfter(LSP);
|
||||
SlotIndex Idx = leaveIntvBefore(LSP);
|
||||
overlapIntv(Idx, BI.LastUse);
|
||||
useIntv(Start, Idx);
|
||||
assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference");
|
||||
|
Loading…
x
Reference in New Issue
Block a user