mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 19:08:21 +08:00
[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:
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user