From 6cb0af5081b8ed90c5db49c3fe1405312c37def4 Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Tue, 1 Jul 2014 18:15:00 +0000 Subject: [PATCH] [docs] Remove stray HTML tag. Fixes PR20167 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212115 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 a5d3281af2b..5a9190d61cd 100644 --- a/docs/CodeGenerator.rst +++ b/docs/CodeGenerator.rst @@ -1228,7 +1228,7 @@ used. Each virtual register can only be mapped to physical registers of a particular class. For instance, in the X86 architecture, some virtuals can only be allocated to 8 bit registers. A register class is described by ``TargetRegisterClass`` objects. To discover if a virtual register is -compatible with a given physical, this code can be used:

+compatible with a given physical, this code can be used: .. code-block:: c++ -- 2.34.1