mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
Fix PR24099 reported by Tomas Brukner.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241997 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4173058d07
commit
6c57f2fe84
@ -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++
|
||||
|
Loading…
x
Reference in New Issue
Block a user