[llvm-commits] [llvm] r163059 - /llvm/trunk/lib/CodeGen/InlineSpiller.cpp

Logan Chien tzuhsiang.chien at gmail.com
Sat Sep 1 05:11:41 PDT 2012


Author: logan
Date: Sat Sep  1 07:11:41 2012
New Revision: 163059

URL: http://llvm.org/viewvc/llvm-project?rev=163059&view=rev
Log:
Fix typo.

Modified:
    llvm/trunk/lib/CodeGen/InlineSpiller.cpp

Modified: llvm/trunk/lib/CodeGen/InlineSpiller.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/InlineSpiller.cpp?rev=163059&r1=163058&r2=163059&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/InlineSpiller.cpp (original)
+++ llvm/trunk/lib/CodeGen/InlineSpiller.cpp Sat Sep  1 07:11:41 2012
@@ -613,7 +613,7 @@
     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");





More information about the llvm-commits mailing list