minor comment fix
authorChris Lattner <sabre@nondot.org>
Fri, 6 Apr 2007 17:47:14 +0000 (17:47 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 6 Apr 2007 17:47:14 +0000 (17:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35696 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

index f824950d4643789d1694f1f3c25b1ba5712c8a88..1947414884c5360795c0e0b09529558aa2bf24fd 100644 (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;