mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-23 15:29:51 +00:00
Removed an early out which was causing the PBQP allocator to not compute live-in sets or run the rewriter.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96450 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9feae9f0de
commit
a6b80dd031
@ -867,10 +867,6 @@ bool PBQPRegAlloc::runOnMachineFunction(MachineFunction &MF) {
|
||||
// Find the vreg intervals in need of allocation.
|
||||
findVRegIntervalsToAlloc();
|
||||
|
||||
// If there aren't any then we're done here.
|
||||
if (vregIntervalsToAlloc.empty() && emptyVRegIntervals.empty())
|
||||
return true;
|
||||
|
||||
// If there are non-empty intervals allocate them using pbqp.
|
||||
if (!vregIntervalsToAlloc.empty()) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user