From: Sean Silva Date: Tue, 1 Jul 2014 18:15:00 +0000 (+0000) Subject: [docs] Remove stray HTML tag. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6cb0af5081b8ed90c5db49c3fe1405312c37def4;p=oota-llvm.git [docs] Remove stray HTML tag. Fixes PR20167 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212115 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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++