[NFC] fix trivial typos in documents

llvm-svn: 334799
This commit is contained in:
Hiroshi Inoue 2018-06-15 05:10:09 +00:00
parent 74e3a64c30
commit 9e40efa572
4 changed files with 5 additions and 5 deletions

View File

@ -566,7 +566,7 @@ MI bundle support does not change the physical representations of
MachineBasicBlock and MachineInstr. All the MIs (including top level and nested
ones) are stored as sequential list of MIs. The "bundled" MIs are marked with
the 'InsideBundle' flag. A top level MI with the special BUNDLE opcode is used
to represent the start of a bundle. It's legal to mix BUNDLE MIs with indiviual
to represent the start of a bundle. It's legal to mix BUNDLE MIs with individual
MIs that are not inside bundles nor represent bundles.
MachineInstr passes should operate on a MI bundle as a single unit. Member

View File

@ -1703,10 +1703,10 @@ example:
the ELF x86-64 abi, but it can be disabled for some compilation
units.
``nocf_check``
This attribute indicates that no control-flow check will be perfomed on
This attribute indicates that no control-flow check will be performed on
the attributed entity. It disables -fcf-protection=<> for a specific
entity to fine grain the HW control flow protection mechanism. The flag
is target independant and currently appertains to a function or function
is target independent and currently appertains to a function or function
pointer.
``shadowcallstack``
This attribute indicates that the ShadowCallStack checks are enabled for

View File

@ -397,7 +397,7 @@ Registers
---------
Registers are one of the key primitives in the machine instructions
serialization language. They are primarly used in the
serialization language. They are primarily used in the
:ref:`register machine operands <register-operands>`,
but they can also be used in a number of other places, like the
:ref:`basic block's live in list <bb-liveins>`.

View File

@ -3721,7 +3721,7 @@ Important Subclasses of the ``Instruction`` class
* ``CmpInst``
This subclass respresents the two comparison instructions,
This subclass represents the two comparison instructions,
`ICmpInst <LangRef.html#i_icmp>`_ (integer opreands), and
`FCmpInst <LangRef.html#i_fcmp>`_ (floating point operands).