Skip to content

Commit

Permalink
Fix a typo in the documentation. Thanks to Diana Vasile for the patch
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191752 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
sylvestre committed Oct 1, 2013
1 parent 4708657 commit 2e16254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CodeGenerator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e16254

Please sign in to comment.