[llvm-commits] [llvm] r129437 - /llvm/trunk/docs/CodeGenerator.html
Jay Foad
jay.foad at gmail.com
Wed Apr 13 06:03:56 PDT 2011
Author: foad
Date: Wed Apr 13 08:03:56 2011
New Revision: 129437
URL: http://llvm.org/viewvc/llvm-project?rev=129437&view=rev
Log:
Fix typo.
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=129437&r1=129436&r2=129437&view=diff
==============================================================================
--- llvm/trunk/docs/CodeGenerator.html (original)
+++ llvm/trunk/docs/CodeGenerator.html Wed Apr 13 08:03:56 2011
@@ -770,7 +770,7 @@
like label names, machine instructions, and sections in the object file. The
code in this layer is used for a number of important purposes: the tail end of
the code generator uses it to write a .s or .o file, and it is also used by the
-llvm-mc tool to implement standalone machine codeassemblers and disassemblers.
+llvm-mc tool to implement standalone machine code assemblers and disassemblers.
</p>
<p>
More information about the llvm-commits
mailing list