thesis/src/alg/par/auto/depcontrol.tex

6 lines
167 B
TeX

\begin{algorithmic}[1]
\If{$R_1 = A$}
\State $R_2 \gets B$ \Comment{L'exécution de cette instruction dépend de l'instruction $R_1 = A$}
\EndIf
\end{algorithmic}