[llvm-commits] [llvm] r152610 - /llvm/trunk/lib/CodeGen/RegisterCoalescer.h

Lang Hames lhames at gmail.com
Mon Mar 12 22:43:30 PDT 2012


Author: lhames
Date: Tue Mar 13 00:43:30 2012
New Revision: 152610

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

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

Modified: llvm/trunk/lib/CodeGen/RegisterCoalescer.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/RegisterCoalescer.h?rev=152610&r1=152609&r2=152610&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/RegisterCoalescer.h (original)
+++ llvm/trunk/lib/CodeGen/RegisterCoalescer.h Tue Mar 13 00:43:30 2012
@@ -47,7 +47,7 @@
     /// CrossClass - True when both regs are virtual, and newRC is constrained.
     bool CrossClass;
 
-    /// Flipped - True when DstReg and SrcReg are reversed from the oriignal
+    /// Flipped - True when DstReg and SrcReg are reversed from the original
     /// copy instruction.
     bool Flipped;
 





More information about the llvm-commits mailing list