This commit is contained in:
Josep Silva 2019-12-05 12:02:34 +00:00
parent 6582c28351
commit 8e1ca28968
1 changed files with 0 additions and 2 deletions

View File

@ -20,8 +20,6 @@ To build the PDG and then the SDG, some dependencies must be extracted from the
Vertex $b$ \textit{postdominates} vertex $b$ if and only if $a \neq b$ and $b$ is on every path from $a$ to the ``End'' vertex.
\end{definition}
JOSEP BORRAR
\begin{definition}[Control dependency]
\label{def:ctrl-dep}
Vertex $b$ is \textit{control dependent} on vertex $a$ ($a \ctrldep b$) if and only if $b$ postdominates one but not all of $a$'s successors. It follows that a vertex with only one successor cannot be the source of control dependence.