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 | fdb9f6a3ca11f2ea75aa2674e9884fe9c3d96018 (patch) | |
| tree | 7dcd57ea1763ad686104a3a3918e844dc4df1102 | |
| parent | 603a731de9615ae902a4cefcb026c149d8d5951d (diff) | |
| download | bcm5719-llvm-fdb9f6a3ca11f2ea75aa2674e9884fe9c3d96018.tar.gz bcm5719-llvm-fdb9f6a3ca11f2ea75aa2674e9884fe9c3d96018.zip | |
Fix typo.
llvm-svn: 129437
| -rw-r--r-- | llvm/docs/CodeGenerator.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html index 04e1e5ae213..5ca40afc33f 100644 --- a/llvm/docs/CodeGenerator.html +++ b/llvm/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> |

