forked from OSchip/llvm-project
[flang] Update ControlFlowGraph.md
Original-commit: flang-compiler/f18@50ce01185f Reviewed-on: https://github.com/flang-compiler/f18/pull/301
This commit is contained in:
parent
222f4aa048
commit
2d35239719
|
@ -18,7 +18,7 @@ of a subprogram's control flow graph in place.
|
|||
A _control flow graph_ is a collection of simple (_i.e.,_ "non-extended")
|
||||
basic _blocks_ that comprise straight-line sequences of _actions_ with a
|
||||
single entry point and a single exit point, and a collection of
|
||||
directed flow _edges_ (or _arcs_) denoting all possible transition of
|
||||
directed flow _edges_ (or _arcs_) denoting all possible transitions of
|
||||
control flow that may take place during execution from the end of
|
||||
one basic block to the beginning of another (or itself).
|
||||
|
||||
|
|
Loading…
Reference in New Issue