[llvm-commits] [llvm] r148268 - /llvm/trunk/lib/CodeGen/RegisterCoalescer.cpp

Lang Hames lhames at gmail.com
Mon Jan 16 16:39:30 PST 2012


Author: lhames
Date: Mon Jan 16 18:39:29 2012
New Revision: 148268

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

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

Modified: llvm/trunk/lib/CodeGen/RegisterCoalescer.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/RegisterCoalescer.cpp?rev=148268&r1=148267&r2=148268&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/RegisterCoalescer.cpp (original)
+++ llvm/trunk/lib/CodeGen/RegisterCoalescer.cpp Mon Jan 16 18:39:29 2012
@@ -1279,7 +1279,7 @@
     }
   }
 
-  // SrcReg is guarateed to be the register whose live interval that is
+  // SrcReg is guaranteed to be the register whose live interval that is
   // being merged.
   LIS->removeInterval(CP.getSrcReg());
 





More information about the llvm-commits mailing list