[docs] Remove stray HTML tag.
authorSean Silva <chisophugis@gmail.com>
Tue, 1 Jul 2014 18:15:00 +0000 (18:15 +0000)
committerSean Silva <chisophugis@gmail.com>
Tue, 1 Jul 2014 18:15:00 +0000 (18:15 +0000)
Fixes PR20167

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212115 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodeGenerator.rst

index a5d3281af2b15ddb43f4c195255af55f90a1fe33..5a9190d61cd037da1065544f783a36a7d13b499f 100644 (file)
@@ -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:</p>
+compatible with a given physical, this code can be used:
 
 .. code-block:: c++