[llvm-commits] [llvm] r129970 - /llvm/trunk/lib/CodeGen/RegAllocFast.cpp

Evan Cheng evan.cheng at apple.com
Thu Apr 21 18:40:20 PDT 2011


Author: evancheng
Date: Thu Apr 21 20:40:20 2011
New Revision: 129970

URL: http://llvm.org/viewvc/llvm-project?rev=129970&view=rev
Log:
Typo

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

Modified: llvm/trunk/lib/CodeGen/RegAllocFast.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/RegAllocFast.cpp?rev=129970&r1=129969&r2=129970&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/RegAllocFast.cpp (original)
+++ llvm/trunk/lib/CodeGen/RegAllocFast.cpp Thu Apr 21 20:40:20 2011
@@ -97,7 +97,7 @@
       // immediately without checking aliases.
       regFree,
 
-      // A reserved register has been assigned expolicitly (e.g., setting up a
+      // A reserved register has been assigned explicitly (e.g., setting up a
       // call parameter), and it remains reserved until it is used.
       regReserved
 





More information about the llvm-commits mailing list