Fix typo.
authorLogan Chien <tzuhsiang.chien@gmail.com>
Sat, 1 Sep 2012 12:11:41 +0000 (12:11 +0000)
committerLogan Chien <tzuhsiang.chien@gmail.com>
Sat, 1 Sep 2012 12:11:41 +0000 (12:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163059 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/InlineSpiller.cpp

index 07e37af57f3b43e6ad312269d869b0af93221866..622127cc74790f2ac5bf00e30ad169b4f4f76650 100644 (file)
@@ -613,7 +613,7 @@ MachineInstr *InlineSpiller::traceSiblingValue(unsigned UseReg, VNInfo *UseVNI,
     propagateSiblingValue(SVI);
   } while (!WorkList.empty());
 
-  // Look up the value we were looking for.  We already did this lokup at the
+  // Look up the value we were looking for.  We already did this lookup at the
   // top of the function, but SibValues may have been invalidated.
   SVI = SibValues.find(UseVNI);
   assert(SVI != SibValues.end() && "Didn't compute requested info");