[llvm-commits] [llvm] r164180 - /llvm/trunk/lib/CodeGen/LiveRegMatrix.h

Andrew Trick atrick at apple.com
Tue Sep 18 15:57:42 PDT 2012


Author: atrick
Date: Tue Sep 18 17:57:42 2012
New Revision: 164180

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

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

Modified: llvm/trunk/lib/CodeGen/LiveRegMatrix.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/LiveRegMatrix.h?rev=164180&r1=164179&r2=164180&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/LiveRegMatrix.h (original)
+++ llvm/trunk/lib/CodeGen/LiveRegMatrix.h Tue Sep 18 17:57:42 2012
@@ -15,7 +15,7 @@
 // Register units are defined in MCRegisterInfo.h, they represent the smallest
 // unit of interference when dealing with overlapping physical registers. The
 // LiveRegMatrix is represented as a LiveIntervalUnion per register unit. When
-// a virtual register is assigned to a physicval register, the live range for
+// a virtual register is assigned to a physical register, the live range for
 // the virtual register is inserted into the LiveIntervalUnion for each regunit
 // in the physreg.
 //





More information about the llvm-commits mailing list