From d63dbd5680ab5a65bbdee6ee63aaf9a0708aa42b Mon Sep 17 00:00:00 2001 From: Justin Lebar Date: Mon, 14 Mar 2016 20:17:08 +0000 Subject: [PATCH] [docs] Fix typo in docs/CodeGenerator.rst. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@263479 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CodeGenerator.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CodeGenerator.rst b/docs/CodeGenerator.rst index f3b949c7ad15..f5095947e3b4 100644 --- a/docs/CodeGenerator.rst +++ b/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.