[llvm] r212115 - [docs] Remove stray HTML tag.

Sean Silva chisophugis at gmail.com
Tue Jul 1 11:15:01 PDT 2014


Author: silvas
Date: Tue Jul  1 13:15:00 2014
New Revision: 212115

URL: http://llvm.org/viewvc/llvm-project?rev=212115&view=rev
Log:
[docs] Remove stray HTML tag.

Fixes PR20167

Modified:
    llvm/trunk/docs/CodeGenerator.rst

Modified: llvm/trunk/docs/CodeGenerator.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CodeGenerator.rst?rev=212115&r1=212114&r2=212115&view=diff
==============================================================================
--- llvm/trunk/docs/CodeGenerator.rst (original)
+++ llvm/trunk/docs/CodeGenerator.rst Tue Jul  1 13:15:00 2014
@@ -1228,7 +1228,7 @@ used. Each virtual register can only be
 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++
 





More information about the llvm-commits mailing list