[PATCH] Fixed a typo in the documentation

Diana Vasile diavasile at yahoo.com
Tue Oct 1 06:13:57 PDT 2013


Index: CodeGenerator.rst
===================================================================
--- CodeGenerator.rst(revision 191735)
+++ CodeGenerator.rst(working copy)
@@ -1614,7 +1614,7 @@
 ===============================
 
 Though you're probably reading this because you want to write or maintain a
-compiler backend, LLVM also fully supports building a native assemblers too.
+compiler backend, LLVM also fully supports building a native assembler.
 We've tried hard to automate the generation of the assembler from the .td files
 (in particular the instruction syntax and encodings), which means that a large
 part of the manual and repetitive data entry can be factored and shared with the
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131001/4b8d7e91/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CodeGenerator.rst.patch
Type: application/octet-stream
Size: 703 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131001/4b8d7e91/attachment.obj>


More information about the llvm-commits mailing list