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:
Chris Lattner 2007-04-06 17:47:14 +00:00
parent 5a1ebb3c99
commit e303ac9052

View File

@ -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;