mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
grammar
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83483 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d285575f87
commit
b8452b80f4
@ -828,7 +828,7 @@ void PEI::scavengeFrameVirtualRegs(MachineFunction &Fn) {
|
||||
if (PrevScratchReg && Value == PrevValue) {
|
||||
// FIXME: This assumes that the instructions in the live range
|
||||
// for the virtual register are exclusively for the purpose
|
||||
// of populating the value in the register. That reasonable
|
||||
// of populating the value in the register. That's reasonable
|
||||
// for these frame index registers, but it's still a very, very
|
||||
// strong assumption. Perhaps this implies that the frame index
|
||||
// elimination should be before register allocation, with
|
||||
|
Loading…
Reference in New Issue
Block a user