diff options
author | Justin Lebar <jlebar@google.com> | 2016-03-14 20:17:08 +0000 |
---|---|---|
committer | Justin Lebar <jlebar@google.com> | 2016-03-14 20:17:08 +0000 |
commit | 20adbdd2c059f07b350c9aa64616d7bdc084e03c (patch) | |
tree | 6d7e7adae23436c8a38e008ddd07e224c0140981 /llvm/docs/CodeGenerator.rst | |
parent | 52aa7fba3f2ce1ec9f1e8e062f52bdb43366c3d8 (diff) | |
download | bcm5719-llvm-20adbdd2c059f07b350c9aa64616d7bdc084e03c.tar.gz bcm5719-llvm-20adbdd2c059f07b350c9aa64616d7bdc084e03c.zip |
[docs] Fix typo in docs/CodeGenerator.rst.
llvm-svn: 263479
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 f3b949c7ad1..f5095947e3b 100644 --- a/llvm/docs/CodeGenerator.rst +++ b/llvm/docs/CodeGenerator.rst @@ -45,7 +45,7 @@ components: ``include/llvm/CodeGen/``. At this level, concepts like "constant pool entries" and "jump tables" are explicitly exposed. -3. Classes and algorithms used to represent code as the object file level, the +3. Classes and algorithms used to represent code at the object file level, the `MC Layer`_. These classes represent assembly level constructs like labels, sections, and instructions. At this level, concepts like "constant pool entries" and "jump tables" don't exist. |