Skip to content

Commit

Permalink
Documentation: fix typos.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167302 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
gribozavr committed Nov 2, 2012
1 parent 9ce84c1 commit bb4c23f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/CodeGenerator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ The ``DataLayout`` class
------------------------

The ``DataLayout`` class is the only required target description class, and it
is the only class that is not extensible (you cannot derived a new class from
is the only class that is not extensible (you cannot derive a new class from
it). ``DataLayout`` specifies information about how the target lays out memory
for structures, the alignment requirements for various data types, the size of
pointers in the target, and whether the target is little-endian or
Expand All @@ -248,7 +248,7 @@ operations. Among other things, this class indicates:
* the type to use for shift amounts, and

* various high-level characteristics, like whether it is profitable to turn
division by a constant into a multiplication sequence
division by a constant into a multiplication sequence.

The ``TargetRegisterInfo`` class
--------------------------------
Expand Down

0 comments on commit bb4c23f

Please sign in to comment.