mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Remove code that makes no sense.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83589 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5d78275493
commit
9c8068078b
@ -1193,8 +1193,6 @@ PreAllocSplitting::SplitRegLiveIntervals(const TargetRegisterClass **RCs,
|
||||
while (!Intervals.empty()) {
|
||||
if (PreSplitLimit != -1 && (int)NumSplits == PreSplitLimit)
|
||||
break;
|
||||
else if (NumSplits == 4)
|
||||
Change |= Change;
|
||||
LiveInterval *LI = Intervals.back();
|
||||
Intervals.pop_back();
|
||||
bool result = SplitRegLiveInterval(LI);
|
||||
|
Loading…
Reference in New Issue
Block a user