mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152841 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7044cce1a3
commit
7cc5177d46
@ -841,7 +841,7 @@ bool
|
||||
UserValue::splitRegister(unsigned OldReg, ArrayRef<LiveInterval*> NewRegs) {
|
||||
bool DidChange = false;
|
||||
// Split locations referring to OldReg. Iterate backwards so splitLocation can
|
||||
// safely erase unuused locations.
|
||||
// safely erase unused locations.
|
||||
for (unsigned i = locations.size(); i ; --i) {
|
||||
unsigned LocNo = i-1;
|
||||
const MachineOperand *Loc = &locations[LocNo];
|
||||
|
Loading…
x
Reference in New Issue
Block a user