mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-03 14:21:30 +00:00
Move the code for initialing the entry block livein set out of
SelectionDAGISel. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101258 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -248,6 +248,11 @@ MachineRegisterInfo::EmitLiveInCopies(MachineBasicBlock *EntryMBB,
|
||||
(void) Emitted;
|
||||
}
|
||||
}
|
||||
|
||||
// Add function live-ins to entry block live-in set.
|
||||
for (MachineRegisterInfo::livein_iterator I = livein_begin(),
|
||||
E = livein_end(); I != E; ++I)
|
||||
EntryMBB->addLiveIn(I->first);
|
||||
}
|
||||
|
||||
#ifndef NDEBUG
|
||||
|
||||
Reference in New Issue
Block a user