소스 검색

Update book.tex

Konstantin Romanov 3 년 전
부모
커밋
1cd1c186b1
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      book.tex

+ 2 - 1
book.tex

@@ -10504,7 +10504,8 @@ The output language of \code{explicate\_control} is \LangCLoop{}
 (Figure~\ref{fig:c7-syntax}), which is nearly identical to
 \LangCIf{}. The only syntactic difference is that
 \code{read} may also appear as a statement.  The most significant
-difference between programs in \LangCIf{} and programs in \LangCLoop{}
+difference between programs in \LangCIf{} and programs in \LangCLoop{},
+generated by the passes of the compiler,
 is that the control-flow graphs of the later may contain cycles.
 
 \begin{figure}[tp]