diff options
author | Justin Lebar <jlebar@google.com> | 2016-03-14 20:18:51 +0000 |
---|---|---|
committer | Justin Lebar <jlebar@google.com> | 2016-03-14 20:18:51 +0000 |
commit | ca35b090f808b6f079eb846e4bddaa889011f37d (patch) | |
tree | bb1f56887d971f68801ab1a0423fa34c8406aefb /llvm/docs/CodeGenerator.rst | |
parent | 20adbdd2c059f07b350c9aa64616d7bdc084e03c (diff) | |
download | bcm5719-llvm-ca35b090f808b6f079eb846e4bddaa889011f37d.tar.gz bcm5719-llvm-ca35b090f808b6f079eb846e4bddaa889011f37d.zip |
[docs] "Straightforward" is one word.
llvm-svn: 263480
Diffstat (limited to 'llvm/docs/CodeGenerator.rst')
-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 f5095947e3b..347a372d80e 100644 --- a/llvm/docs/CodeGenerator.rst +++ b/llvm/docs/CodeGenerator.rst @@ -632,7 +632,7 @@ directives through MCStreamer. On the implementation side of MCStreamer, there are two major implementations: one for writing out a .s file (MCAsmStreamer), and one for writing out a .o -file (MCObjectStreamer). MCAsmStreamer is a straight-forward implementation +file (MCObjectStreamer). MCAsmStreamer is a straightforward implementation that prints out a directive for each method (e.g. ``EmitValue -> .byte``), but MCObjectStreamer implements a full assembler. |