summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CodeGenerator.rst
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-11-02 18:06:51 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-11-02 18:06:51 +0000
commit13539d1b0a035b3a3b05205bd75610056a4f7c21 (patch)
treee3d9860464db699ad1e3781ae04249b3bcf1687c /llvm/docs/CodeGenerator.rst
parent0b8558da0f53eb92b0d6ef6afba9f658c966f768 (diff)
downloadbcm5719-llvm-13539d1b0a035b3a3b05205bd75610056a4f7c21.tar.gz
bcm5719-llvm-13539d1b0a035b3a3b05205bd75610056a4f7c21.zip
Documentation: fix typos.
llvm-svn: 167302
Diffstat (limited to 'llvm/docs/CodeGenerator.rst')
-rw-r--r--llvm/docs/CodeGenerator.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CodeGenerator.rst b/llvm/docs/CodeGenerator.rst
index 900fb8a81f2..37a2eccd2ae 100644
--- a/llvm/docs/CodeGenerator.rst
+++ b/llvm/docs/CodeGenerator.rst
@@ -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
@@ -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
--------------------------------
OpenPOWER on IntegriCloud