projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4173058
)
Fix PR24099 reported by Tomas Brukner.
author
Yaron Keren
<yaron.keren@gmail.com>
Sun, 12 Jul 2015 20:40:41 +0000
(20:40 +0000)
committer
Yaron Keren
<yaron.keren@gmail.com>
Sun, 12 Jul 2015 20:40:41 +0000
(20:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241997
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/ProgrammersManual.rst
patch
|
blob
|
history
diff --git
a/docs/ProgrammersManual.rst
b/docs/ProgrammersManual.rst
index ceb39e18efdf9534a8c20a0b30ab923bd4f09de4..08cc61a187b51b8c27b25c42aac0062640789d24 100644
(file)
--- a/
docs/ProgrammersManual.rst
+++ b/
docs/ProgrammersManual.rst
@@
-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++