From 2d352397198214928f50559dfd9a6bdb6e532422 Mon Sep 17 00:00:00 2001 From: psteinfeld <47540744+psteinfeld@users.noreply.github.com> Date: Mon, 25 Feb 2019 10:47:17 -0800 Subject: [PATCH] [flang] Update ControlFlowGraph.md Original-commit: flang-compiler/f18@50ce01185f708c3d80fd87579d28adc72dcf1555 Reviewed-on: https://github.com/flang-compiler/f18/pull/301 --- flang/documentation/ControlFlowGraph.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flang/documentation/ControlFlowGraph.md b/flang/documentation/ControlFlowGraph.md index b551ca1..a7f691f 100644 --- a/flang/documentation/ControlFlowGraph.md +++ b/flang/documentation/ControlFlowGraph.md @@ -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). -- 2.7.4