Skip to content

Commit

Permalink
Fix PR24099 reported by Tomas Brukner.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241997 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
yrnkrn committed Jul 12, 2015
1 parent 4173058 commit 6c57f2f
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 @@ -1868,7 +1868,7 @@ Iterating over predecessors & successors of blocks
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Iterating over the predecessors and successors of a block is quite easy with the
routines defined in ``"llvm/Support/CFG.h"``. Just use code like this to
routines defined in ``"llvm/IR/CFG.h"``. Just use code like this to
iterate over all predecessors of BB:

.. code-block:: c++
Expand Down

0 comments on commit 6c57f2f

Please sign in to comment.