mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Fix a typo made in Programmer's Manual made in r210354. Spotted
by Paul Robinson. llvm-svn: 210363
This commit is contained in:
parent
d9061de825
commit
d70aaf7bb7
@ -1990,7 +1990,7 @@ sequence of instructions that form a ``BasicBlock``:
|
||||
|
||||
* Insertion using an instance of ``IRBuilder``
|
||||
|
||||
Inserting several ``Instuction``\ s can be quite laborious using the previous
|
||||
Inserting several ``Instruction``\ s can be quite laborious using the previous
|
||||
methods. The ``IRBuilder`` is a convenience class that can be used to add
|
||||
several instructions to the end of a ``BasicBlock`` or before a particular
|
||||
``Instruction``. It also supports constant folding and renaming named
|
||||
|
Loading…
Reference in New Issue
Block a user