Skip to content

Commit

Permalink
Documentation: formatting improvements
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168897 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
gribozavr committed Nov 29, 2012
1 parent 5c5e230 commit b129b9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/CodeGenerator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ architecture. These target descriptions often have a large amount of common
information (e.g., an ``add`` instruction is almost identical to a ``sub``
instruction). In order to allow the maximum amount of commonality to be
factored out, the LLVM code generator uses the
`TableGen <TableGenFundamentals.html>`_ tool to describe big chunks of the
:doc:`TableGen <TableGenFundamentals>` tool to describe big chunks of the
target machine, which allows the use of domain-specific and target-specific
abstractions to reduce the amount of repetition.

Expand Down Expand Up @@ -230,7 +230,7 @@ for structures, the alignment requirements for various data types, the size of
pointers in the target, and whether the target is little-endian or
big-endian.

.. _targetlowering:
.. _TargetLowering:

The ``TargetLowering`` class
----------------------------
Expand Down Expand Up @@ -874,7 +874,7 @@ found, the elements are converted to scalars ("scalarizing").

A target implementation tells the legalizer which types are supported (and which
register class to use for them) by calling the ``addRegisterClass`` method in
its TargetLowering constructor.
its ``TargetLowering`` constructor.

.. _legalize operations:
.. _Legalizer:
Expand Down

0 comments on commit b129b9b

Please sign in to comment.