[docs] Fix typo in docs/CodeGenerator.rst.

llvm-svn: 263479
This commit is contained in:
Justin Lebar 2016-03-14 20:17:08 +00:00
parent 52aa7fba3f
commit 20adbdd2c0
1 changed files with 1 additions and 1 deletions

View File

@ -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.