mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-06 20:27:42 +00:00
Typo.
llvm-svn: 152841
This commit is contained in:
parent
0d11262816
commit
081dee38cc
@ -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