minor comment fix

llvm-svn: 35696
This commit is contained in:
Chris Lattner 2007-04-06 17:47:14 +00:00
parent 8d529a18f4
commit 1c741e95d3
1 changed files with 1 additions and 1 deletions

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;