Fix a typo in the documentation. Thanks to Diana Vasile for the patch

llvm-svn: 191752
This commit is contained in:
Sylvestre Ledru 2013-10-01 13:17:09 +00:00
parent 7c5c0eabc9
commit a9853efb78
1 changed files with 1 additions and 1 deletions

View File

@ -1614,7 +1614,7 @@ Implementing a Native Assembler
=============================== ===============================
Though you're probably reading this because you want to write or maintain a 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 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 (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 part of the manual and repetitive data entry can be factored and shared with the