mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 04:39:44 +00:00
[docs] Remove stray HTML tag.
Fixes PR20167 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212115 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1cbd129d6a
commit
6cb0af5081
@ -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++
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user