diff options
author | Jay Foad <jay.foad@gmail.com> | 2011-04-13 13:03:56 +0000 |
---|---|---|
committer | Jay Foad <jay.foad@gmail.com> | 2011-04-13 13:03:56 +0000 |
commit | d61895a4beca5b54d01c1899c005a22261b3bcff (patch) | |
tree | 387aed3a266a990c1553a9fe41bd50fe8a8a819e | |
parent | 715c80a00b965f19ca2c7dacbc2f809221cc2730 (diff) | |
download | external_llvm-d61895a4beca5b54d01c1899c005a22261b3bcff.zip external_llvm-d61895a4beca5b54d01c1899c005a22261b3bcff.tar.gz external_llvm-d61895a4beca5b54d01c1899c005a22261b3bcff.tar.bz2 |
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129437 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/CodeGenerator.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index 04e1e5a..5ca40af 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -770,7 +770,7 @@ level, devoid of "high level" information like "constant pools", "jump tables", like label names, machine instructions, and sections in the object file. The code in this layer is used for a number of important purposes: the tail end of the code generator uses it to write a .s or .o file, and it is also used by the -llvm-mc tool to implement standalone machine codeassemblers and disassemblers. +llvm-mc tool to implement standalone machine code assemblers and disassemblers. </p> <p> |