Skip to content

Commit

Permalink
Fix a typo made in Programmer's Manual made in r210354. Spotted
Browse files Browse the repository at this point in the history
by Paul Robinson.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210363 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
delcypher committed Jun 6, 2014
1 parent 8f6fe9e commit 8cfe2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ProgrammersManual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8cfe2c0

Please sign in to comment.