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 | a9853efb78a914af2832cfedb97e7393face37bd (patch) | |
tree | e6c85112b2e02b9e2798604af18bfc0f6455313e /llvm | |
parent | 7c5c0eabc998ac51e99039eab0bde875e72d7b9f (diff) | |
download | bcm5719-llvm-a9853efb78a914af2832cfedb97e7393face37bd.tar.gz bcm5719-llvm-a9853efb78a914af2832cfedb97e7393face37bd.zip |
Fix a typo in the documentation. Thanks to Diana Vasile for the patch
llvm-svn: 191752
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/docs/CodeGenerator.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CodeGenerator.rst b/llvm/docs/CodeGenerator.rst index 1f2dc6ca7f7..a1fec81d3cf 100644 --- a/llvm/docs/CodeGenerator.rst +++ b/llvm/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 |