From 20adbdd2c059f07b350c9aa64616d7bdc084e03c Mon Sep 17 00:00:00 2001 From: Justin Lebar Date: Mon, 14 Mar 2016 20:17:08 +0000 Subject: [docs] Fix typo in docs/CodeGenerator.rst. llvm-svn: 263479 --- llvm/docs/CodeGenerator.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/docs/CodeGenerator.rst') 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. -- cgit v1.2.3