diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2013-10-01 13:17:09 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2013-10-01 13:17:09 +0000 |
commit | 2e1625475fab156b98204fa73c168ca4a828b775 (patch) | |
tree | 95fb38c42b0a07533e4960cdbb2736763aafc6c7 /docs | |
parent | 47086570973e82fe5ea8ace9637ae73c2469e1da (diff) | |
download | external_llvm-2e1625475fab156b98204fa73c168ca4a828b775.zip external_llvm-2e1625475fab156b98204fa73c168ca4a828b775.tar.gz external_llvm-2e1625475fab156b98204fa73c168ca4a828b775.tar.bz2 |
Fix a typo in the documentation. Thanks to Diana Vasile for the patch
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191752 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CodeGenerator.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CodeGenerator.rst b/docs/CodeGenerator.rst index 1f2dc6c..a1fec81 100644 --- a/docs/CodeGenerator.rst +++ b/docs/CodeGenerator.rst @@ -1614,7 +1614,7 @@ Implementing a Native Assembler =============================== 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 |