mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Fix typo in comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7906 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c48ef2ae36
commit
53b99a0fe7
@ -475,7 +475,7 @@ void RA::AllocateBasicBlock(MachineBasicBlock &MBB) {
|
||||
for (unsigned i = 0; ImplicitUses[i]; ++i)
|
||||
MarkPhysRegRecentlyUsed(ImplicitUses[i]);
|
||||
|
||||
// Get the used operands into registers. This has the potiential to spill
|
||||
// Get the used operands into registers. This has the potential to spill
|
||||
// incoming values if we are out of registers. Note that we completely
|
||||
// ignore physical register uses here. We assume that if an explicit
|
||||
// physical register is referenced by the instruction, that it is guaranteed
|
||||
|
Loading…
Reference in New Issue
Block a user