mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-18 18:32:32 +00:00
minor comment fix
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35696 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5a1ebb3c99
commit
e303ac9052
@ -2840,7 +2840,7 @@ GetRegistersForValue(const std::string &ConstrCode,
|
||||
// Okay, this register is good, we can use it.
|
||||
++NumAllocated;
|
||||
|
||||
// If we allocated enough consecutive
|
||||
// If we allocated enough consecutive registers, succeed.
|
||||
if (NumAllocated == NumRegs) {
|
||||
unsigned RegStart = (i-NumAllocated)+1;
|
||||
unsigned RegEnd = i+1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user