[llvm-commits] [llvm] r100877 - /llvm/trunk/docs/CodeGenerator.html

Bob Wilson bob.wilson at apple.com
Fri Apr 9 11:39:54 PDT 2010


Author: bwilson
Date: Fri Apr  9 13:39:54 2010
New Revision: 100877

URL: http://llvm.org/viewvc/llvm-project?rev=100877&view=rev
Log:
Fix a grammaro.

Modified:
    llvm/trunk/docs/CodeGenerator.html

Modified: llvm/trunk/docs/CodeGenerator.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CodeGenerator.html?rev=100877&r1=100876&r2=100877&view=diff
==============================================================================
--- llvm/trunk/docs/CodeGenerator.html (original)
+++ llvm/trunk/docs/CodeGenerator.html Fri Apr  9 13:39:54 2010
@@ -1430,7 +1430,7 @@
    instruction,
    use <tt>TargetInstrInfo::get(opcode)::ImplicitUses</tt>. Pre-colored
    registers impose constraints on any register allocation algorithm. The
-   register allocator must make sure that none of them is been overwritten by
+   register allocator must make sure that none of them are overwritten by
    the values of virtual registers while still alive.</p>
 
 </div>





More information about the llvm-commits mailing list